Skip to content

Commit 176a7f7

Browse files
committed
Change tfjs-wasm-simd iteration count to 40 (worst case count to 3)
This makes the runtime for the benchmark ~7s/9s/11s for jsc/v8/sm respectively on my M4 Max MBP.
1 parent 7d45752 commit 176a7f7

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

JetStreamDriver.js

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1993,7 +1993,8 @@ const testPlans = [
19931993
tfjsBackendWasmSimdBlob: "./wasm/tfjs/tfjs-backend-wasm-simd.wasm",
19941994
},
19951995
benchmarkClass: WasmEMCCBenchmark,
1996-
iterations: 80,
1996+
iterations: 40,
1997+
worstCaseCount: 3,
19971998
deterministicRandom: true,
19981999
testGroup: WasmGroup
19992000
},

0 commit comments

Comments
 (0)