Skip to content
This repository has been archived by the owner on Feb 22, 2020. It is now read-only.

Commit

Permalink
feat(cd): adding benchmark to cd pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Sep 27, 2019
1 parent af507e8 commit 3974a1b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions benchmark-eval.sh
Original file line number Diff line number Diff line change
Expand Up @@ -14,12 +14,13 @@ git config --global user.email "[email protected]" && git config --global user.
export GNES_IMG_TAG=latest-alpine

docker swarm init
make pull && make build

for EXP_ID in 1 2 3 4 ;
do
export GNES_BENCHMARK_ID=$EXP_ID
make pull && make build && make test d=1000 b=10 s=1000000 && make clean
make wait t=20
make clean && make test d=1000 b=10 s=1000000 && make clean
make wait t=40
done

# faster for debugging CICD
Expand Down

0 comments on commit 3974a1b

Please sign in to comment.