rustc_codegen_cranelift
                                
                                
                                
                                    rustc_codegen_cranelift copied to clipboard
                            
                            
                            
                        Release performances indicator?
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?
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/)?
Yeah, it will be awesome! Should I leave this open?
Sure