rustc_codegen_cranelift icon indicating copy to clipboard operation
rustc_codegen_cranelift copied to clipboard

Release performances indicator?

Open frederikhors opened this issue 2 years ago • 3 comments

It would be great if for each release (especially the dev ones) there was an indicator of increased or deteriorated performance.

The case is this:

  • I'm using a dev release at commit "A"
  • I get the notification that there is a new version
  • I'd like to know how much speed difference there is between mine and this new one or at least from the previous one

What do you think?

frederikhors avatar May 23 '23 12:05 frederikhors

I don't have the necessary infrastructure for automatic benchmarking of all releases. CI is way too noisy to do reliable benchmarking, especially because different runs may use entirely different cpu models. Maybe in the future it could be integrated with rustc's benchmark runner (https://perf.rust-lang.org/)?

bjorn3 avatar May 23 '23 12:05 bjorn3

Yeah, it will be awesome! Should I leave this open?

frederikhors avatar May 23 '23 12:05 frederikhors

Sure

bjorn3 avatar May 23 '23 12:05 bjorn3