From 9c7eced1a5f1782c8166099fd2562e6aa11a46b0 Mon Sep 17 00:00:00 2001 From: Daniel Lehmann Date: Thu, 14 Aug 2025 12:51:01 +0200 Subject: [PATCH] Disable HashSet-wasm --- JetStreamDriver.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/JetStreamDriver.js b/JetStreamDriver.js index 387a4664..4fcf9c2e 100644 --- a/JetStreamDriver.js +++ b/JetStreamDriver.js @@ -1989,7 +1989,9 @@ let BENCHMARKS = [ wasmBinary: "./wasm/HashSet/build/HashSet.wasm", }, iterations: 50, - tags: ["Default", "Wasm"], + // No longer run by-default: We have more realistic Wasm workloads by + // now, and it was over-incentivizing inlining. + tags: ["Wasm"], }), new WasmEMCCBenchmark({ name: "tsf-wasm",