FYI for folks who use sightglass for benchmarking cranelift changes: as of https://github.com/bytecodealliance/sightglass/pull/193, it no longer has significant per-process overheads. So if you were previously doing something like --processes 1 --iterations 100
, you can now safely do something like --processes 10 --iterations-per-process 10
(which happens to be the default) without benchmarking taking a bunch longer than it otherwise would.
cc @Chris Fallin @Jamey Sharp @Trevor F. Smith @Alex Crichton
awesome, thanks for doing this work!
Last updated: Nov 22 2024 at 17:03 UTC