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 93550ec commit 3845efdCopy full SHA for 3845efd
run.py
@@ -70,7 +70,7 @@ def main():
70
"RegExp": {"suffix": ".js"},
71
"MicroBench": {"suffix": ".js"},
72
"WasmMicroBench": {"suffix": ".wasm", "arguments": ["-e", "run_microbench"]},
73
- "WasmCoreMark": {"suffix": ".wasm", "arguments": ["-e", "run", "--export-js", "env.clock_ms:i64=BigInt(+new Date)"], "metric": ScoreMetric.output},
+ "WasmCoremark": {"suffix": ".wasm", "arguments": ["-e", "run", "--export-js", "env.clock_ms:i64=BigInt(+new Date)"], "metric": ScoreMetric.output},
74
}
75
warmup_suite = "SunSpider"
76
0 commit comments