Skip to content

Commit fa77231

Browse files
authored
Merge pull request #28 from danleh/quicksort-wasm-scoring
Move quicksort-wasm to JS-style scoring
2 parents 18aeba7 + 9e13964 commit fa77231

File tree

10 files changed

+836
-1201
lines changed

10 files changed

+836
-1201
lines changed

JetStreamDriver.js

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1964,14 +1964,16 @@ const BENCHMARKS = [
19641964
worstCaseCount: 2,
19651965
testGroup: WasmGroup
19661966
}),
1967-
new WasmLegacyBenchmark({
1967+
new WasmEMCCBenchmark({
19681968
name: "quicksort-wasm",
19691969
files: [
1970-
"./wasm/quicksort.js"
1970+
"./wasm/quicksort/build/quicksort.js",
1971+
"./wasm/quicksort/benchmark.js",
19711972
],
19721973
preload: {
1973-
wasmBinary: "./wasm/quicksort.wasm"
1974+
wasmBinary: "./wasm/quicksort/build/quicksort.wasm"
19741975
},
1976+
iterations: 50,
19751977
testGroup: WasmGroup
19761978
}),
19771979
new WasmEMCCBenchmark({

0 commit comments

Comments
 (0)