github-actions[bot] commented on issue #4429:
Subscribe to Label Action
cc @fitzgen
<details>
This issue or pull request has been labeled: "cranelift", "fuzzing"Thus the following users have been cc'd because of the following labels:
- fitzgen: fuzzing
To subscribe or unsubscribe from this label, edit the <code>.github/subscribe-to-label.json</code> configuration file.
Learn more.
</details>
jameysharp commented on issue #4429:
Cool, sightglass reports "No difference in performance" on all measures:
instantiation :: cycles :: benchmarks/spidermonkey/benchmark.wasm No difference in performance. [317618 432187.60 570948] 1d319c0ec.so [245244 423090.94 550422] 93f3b3ff2.so instantiation :: nanoseconds :: benchmarks/spidermonkey/benchmark.wasm No difference in performance. [137853 187576.73 247801] 1d319c0ec.so [106441 183628.79 238894] 93f3b3ff2.so compilation :: cycles :: benchmarks/spidermonkey/benchmark.wasm No difference in performance. [8486638728 12658374056.74 13529327576] 1d319c0ec.so [7609892814 12461800540.40 13587437486] 93f3b3ff2.so compilation :: nanoseconds :: benchmarks/spidermonkey/benchmark.wasm No difference in performance. [3683374976 5493961899.16 5871955017] 1d319c0ec.so [3302861292 5408649947.39 5897220071] 93f3b3ff2.so execution :: cycles :: benchmarks/spidermonkey/benchmark.wasm No difference in performance. [6277393752 6537508337.42 7387511234] 1d319c0ec.so [6151644624 6514573544.14 7272460828] 93f3b3ff2.so execution :: nanoseconds :: benchmarks/spidermonkey/benchmark.wasm No difference in performance. [2724488545 2837396127.95 3206303743] 1d319c0ec.so [2669949420 2827444546.11 3156354770] 93f3b3ff2.so
I question your use of the word "quick" to describe this though :laughing:
fitzgen commented on issue #4429:
I question your use of the word "quick" to describe this though
Ah yeah, there are some CLI flags to control how many processes and iterations per process to use, which can help lighten the load.
Also there are some known deficiencies in the crate we use to get cycles that makes this a LOOOOOT worse than it should be.
But thanks for taking the time!
Last updated: Nov 22 2024 at 16:03 UTC