Skip to content

Commit b3e3f76

Browse files
authored
Merge pull request WebKit#140 from danleh/disable-HashSet-wasm
Disable HashSet-wasm
2 parents 7ed6f16 + 9c7eced commit b3e3f76

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

JetStreamDriver.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1989,7 +1989,9 @@ let BENCHMARKS = [
19891989
wasmBinary: "./wasm/HashSet/build/HashSet.wasm",
19901990
},
19911991
iterations: 50,
1992-
tags: ["Default", "Wasm"],
1992+
// No longer run by-default: We have more realistic Wasm workloads by
1993+
// now, and it was over-incentivizing inlining.
1994+
tags: ["Wasm"],
19931995
}),
19941996
new WasmEMCCBenchmark({
19951997
name: "tsf-wasm",

0 commit comments

Comments
 (0)