Skip to content

Commit 9c7eced

Browse files
committed
Disable HashSet-wasm
1 parent 818aefa commit 9c7eced

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)