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.
1 parent d4dee15 commit 2225d59Copy full SHA for 2225d59
benchmark/sirun/shimmer-startup/index.js
@@ -8,7 +8,7 @@ const {
8
FUNCTION_NAME
9
} = process.env
10
11
-const ITERATIONS = 2e6
+const ITERATIONS = 1e5
12
13
let counter = 0
14
function declared () {
benchmark/sirun/shimmer-startup/meta.json
@@ -3,7 +3,7 @@
3
"run": "node index.js",
4
"run_with_affinity": "bash -c \"taskset -c $CPU_AFFINITY node index.js\"",
5
"cachegrind": false,
6
- "iterations": 10,
+ "iterations": 20,
7
"instructions": true,
"variants": {
"declared-baseline": {
0 commit comments