Skip to content

Commit 2225d59

Browse files
benglwatson
authored andcommitted
cut down shimmer-startup benchmark so it can run in benchmarking platform (#5613)
1 parent d4dee15 commit 2225d59

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

benchmark/sirun/shimmer-startup/index.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ const {
88
FUNCTION_NAME
99
} = process.env
1010

11-
const ITERATIONS = 2e6
11+
const ITERATIONS = 1e5
1212

1313
let counter = 0
1414
function declared () {

benchmark/sirun/shimmer-startup/meta.json

Lines changed: 1 addition & 1 deletion
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": 10,
6+
"iterations": 20,
77
"instructions": true,
88
"variants": {
99
"declared-baseline": {

0 commit comments

Comments
 (0)