Skip to content

Commit 2fc2757

Browse files
committed
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.
1 parent 3b1af03 commit 2fc2757

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

JetStreamDriver.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2209,7 +2209,7 @@ let BENCHMARKS = [
22092209
},
22102210
async: true,
22112211
deterministicRandom: true,
2212-
tags: ["Default", "Wasm"],
2212+
tags: ["Wasm"],
22132213
}),
22142214
new WasmLegacyBenchmark({
22152215
name: "tfjs-wasm-simd",
@@ -2229,7 +2229,7 @@ let BENCHMARKS = [
22292229
},
22302230
async: true,
22312231
deterministicRandom: true,
2232-
tags: ["Default", "Wasm"],
2232+
tags: ["Wasm"],
22332233
}),
22342234
new WasmEMCCBenchmark({
22352235
name: "argon2-wasm",

0 commit comments

Comments
 (0)