Skip to content

Commit 6ca4809

Browse files
committed
Increase GraphQL benchmark iterations from 2 to 15
This is done to try and increase stability of the benchmark as the numbers collected currently fluctuate a lot.
1 parent 1ae023d commit 6ca4809

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmark/sirun/plugin-graphql/meta.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
"run": "node index.js",
44
"run_with_affinity": "bash -c \"taskset -c $CPU_AFFINITY node index.js\"",
55
"cachegrind": false,
6-
"iterations": 2,
6+
"iterations": 15,
77
"instructions": true,
88
"variants": {
99
"control": {},

0 commit comments

Comments
 (0)