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

Commit

Permalink
feat(cd): smaller num document for benchmarking
Browse files Browse the repository at this point in the history
  • Loading branch information
hanhxiao committed Sep 27, 2019
1 parent 3974a1b commit 54e7053
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark-eval.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ make pull && make build
for EXP_ID in 1 2 3 4 ;
do
export GNES_BENCHMARK_ID=$EXP_ID
make clean && make test d=1000 b=10 s=1000000 && make clean
make clean && make test d=500 b=10 s=1000000 && make clean
make wait t=40
done

Expand Down

0 comments on commit 54e7053

Please sign in to comment.