Skip to content

Commit 93c7f8c

Browse files
Merge pull request #145 from Constellation/tfjs
Stop running tfjs benchmarks by default
2 parents 3b1af03 + 2fc2757 commit 93c7f8c

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)