From 2fc2757b75028343c4f8b55f2f99cf419493485a Mon Sep 17 00:00:00 2001 From: Yusuke Suzuki Date: Thu, 14 Aug 2025 14:53:20 -0700 Subject: [PATCH] Stop running tfjs benchmarks by default The desire is retiring these benchmarks, and it is not updated to the newer Wasm benchmark metrics. This patch disables them by default. --- JetStreamDriver.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/JetStreamDriver.js b/JetStreamDriver.js index 3f7f7721..0abd4795 100644 --- a/JetStreamDriver.js +++ b/JetStreamDriver.js @@ -2209,7 +2209,7 @@ let BENCHMARKS = [ }, async: true, deterministicRandom: true, - tags: ["Default", "Wasm"], + tags: ["Wasm"], }), new WasmLegacyBenchmark({ name: "tfjs-wasm-simd", @@ -2229,7 +2229,7 @@ let BENCHMARKS = [ }, async: true, deterministicRandom: true, - tags: ["Default", "Wasm"], + tags: ["Wasm"], }), new WasmEMCCBenchmark({ name: "argon2-wasm",