u/bencherdev

How to benchmark Rust instruction counts with Gungraun
▲ 25 r/learnrust+1 crossposts

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.

bencher.dev
u/bencherdev — 1 day ago