
How to benchmark Rust instruction counts with Gungraun
Learn how to benchmark instruction counts using Gungraun (formerly Iai-Callgrind). In noisy CI environments, instruction counts can be a useful companion to wall-clock time benchmarks. Bencher also supports on-demand bare metal runners, so you can see if a change in instruction counts also meant a change in actual performance.
u/bencherdev — 1 day ago