Skip to content

Commit 4f874f4

Browse files
authored
Merge pull request #35 from danleh/hashset-wasm-scoring
Move HashSet-wasm to first, worst, average scoring
2 parents 78db050 + daf59cd commit 4f874f4

File tree

10 files changed

+975
-1144
lines changed

10 files changed

+975
-1144
lines changed

JetStreamDriver.js

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1941,13 +1941,14 @@ const BENCHMARKS = [
19411941
testGroup: GeneratorsGroup,
19421942
}),
19431943
// Wasm
1944-
new WasmLegacyBenchmark({
1944+
new WasmEMCCBenchmark({
19451945
name: "HashSet-wasm",
19461946
files: [
1947-
"./wasm/HashSet.js"
1947+
"./wasm/HashSet/build/HashSet.js",
1948+
"./wasm/HashSet/benchmark.js"
19481949
],
19491950
preload: {
1950-
wasmBinary: "./wasm/HashSet.wasm"
1951+
wasmBinary: "./wasm/HashSet/build/HashSet.wasm"
19511952
},
19521953
testGroup: WasmGroup
19531954
}),

0 commit comments

Comments
 (0)