We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bad9fae + 432df6c commit 930ccdfCopy full SHA for 930ccdf
graphql-bench/Makefile
@@ -11,7 +11,7 @@ data/apache/master/graph:
11
bench-local: data/apache/master/graph
12
pnpm install --frozen-lockfile
13
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' || :
+ pnpm concurrently --raw --kill-others --names 'raphtory,bench' 'python server.py' 'sleep 10 && k6 run --out csv=output.csv.gz dist/bench.js' || :
15
python process-k6-output.py
16
17
# call this like: make bench-e2-standard-16
0 commit comments