commit | daf59cd3b47d3fb462f856ffc8d3a96115223c46 | [log] [tgz] |
---|---|---|
author | Daniel Lehmann <dlehmann@chromium.org> | Thu Jan 23 14:51:20 2025 |
committer | Daniel Lehmann <dlehmann@chromium.org> | Mon Jan 27 13:44:43 2025 |
tree | 8653d71c0ed4eeff271d12f0839352c5eaba7e03 | |
parent | 21b9a95df39524d204bc5d4b13df5d6200818412 [diff] |
Move HashSet-wasm to first, worst, average scoring Same steps as for the other Wasm line items: - Move files to subdirectory. - Rebuild with up-to-date Emscripten. - Reduce single iteration time, so that we can run multiple iterations (a single iteration before took ~300ms, now ~30ms). - Checked that we spend roughly the same amount of CPU samples in the top-tier and that overall profiles look similar.