Skip to content

Commit

Permalink
Increase GraphQL benchmark iterations from 2 to 15
Browse files Browse the repository at this point in the history
This is done to try and increase stability of the benchmark as the
numbers collected currently fluctuate a lot.
  • Loading branch information
watson committed Feb 17, 2025
1 parent 1ae023d commit 6ca4809
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion benchmark/sirun/plugin-graphql/meta.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"run": "node index.js",
"run_with_affinity": "bash -c \"taskset -c $CPU_AFFINITY node index.js\"",
"cachegrind": false,
"iterations": 2,
"iterations": 15,
"instructions": true,
"variants": {
"control": {},
Expand Down

0 comments on commit 6ca4809

Please sign in to comment.