Skip to content

Commit 930ccdf

Browse files
committed
Merge branch 'master' into feature/history-object
2 parents bad9fae + 432df6c commit 930ccdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

graphql-bench/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ data/apache/master/graph:
1111
bench-local: data/apache/master/graph
1212
pnpm install --frozen-lockfile
1313
pnpm build
14-
pnpm concurrently --raw --kill-others --names 'raphtory,bench' 'python server.py' 'sleep 1 && k6 run --out csv=output.csv.gz dist/bench.js' || :
14+
pnpm concurrently --raw --kill-others --names 'raphtory,bench' 'python server.py' 'sleep 10 && k6 run --out csv=output.csv.gz dist/bench.js' || :
1515
python process-k6-output.py
1616

1717
# call this like: make bench-e2-standard-16

0 commit comments

Comments
 (0)