Really feel that this is a missing area in CI today and looking forward to what codspeed and <a href="https://bencher.dev/" rel="nofollow">https://bencher.dev/</a> are able to create.<p>Unfortunately, I'm not using either atm. Last I looked at them:<p>- codspeed's Rust integration involved stubbing out a specific benchmark library which seems non-ideal and I've moved away from that library<p>- bencher required manually registering your benches before using it. I have responsibility over a large number of Rust repos and try to get rid of as many per-repo steps as possible. If I can't put it in my template (<a href="https://github.com/epage/_rust">https://github.com/epage/_rust</a>) and then merge it into each of my repos to get the benefit, I'm unlikely to use it.<p>While I've not worked with the codspeed developers, I have been providing feedback to the bencher developers and have hope that I'll be able to eventually use a solution.