Hey, awesome project! I actually hand-rolled a similar thing, and now I'm using iai instead.
One nice thing about using Cachegrind is that saturating the CPU shouldn't affect the benchmark results! So iai should be able to run the benchmarks in parallel. This could really help mitigate the slowness that comes from using Cachegrind.
Hey, awesome project! I actually hand-rolled a similar thing, and now I'm using
iai
instead.One nice thing about using Cachegrind is that saturating the CPU shouldn't affect the benchmark results! So
iai
should be able to run the benchmarks in parallel. This could really help mitigate the slowness that comes from using Cachegrind.