commit | 9cf293fc922364a0c35b90534d5d8152b791fcc3 | [log] [tgz] |
---|---|---|
author | Daniel Lehmann <[email protected]> | Tue Jan 21 12:27:58 2025 |
committer | Daniel Lehmann <[email protected]> | Mon Jan 27 13:54:11 2025 |
tree | 0760ab69d992162a0babd1411e7c078d627f4b70 | |
parent | 21b9a95df39524d204bc5d4b13df5d6200818412 [diff] |
Move quicksort-wasm to JS-style scoring The usual changes: use `WasmEMCCBenchmark` class for running, rebuild and add build script, use iteration count that makes the Wall time not too high (<2s) In this case, we spend a bit more time in the top-tier than before. However, that line item earlier ran a single <50ms iteration, and compiled for ~2ms, so I would argue it was very prone to noise, and it's good that we run it for longer.