You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 28, 2025. It is now read-only.
Rollup merge of rust-lang#127002 - Kobzol:bootstrap-perf-tool, r=onur-ozkan
Implement `x perf` as a separate tool
Continues work from rust-lang#126318, adds a CLI for running `rustc-perf` profiling commands through a new `rustc-perf-wrapper` tool. The CLI is in a separate tool to enable experimentation outside of `bootstrap`.
This is probably most of what we can do so far, I'll add support for benchmarking once `rustc-perf` gets a terminal output for comparing benchmark results.
r? ``@onur-ozkan``
[CompletionResult]::new('perf','perf', [CompletionResultType]::ParameterValue,'Perform profiling and benchmarking of the compiler using the `rustc-perf` benchmark suite')
78
+
[CompletionResult]::new('perf','perf', [CompletionResultType]::ParameterValue,'Perform profiling and benchmarking of the compiler using the `rustc-perf-wrapper` tool')
0 commit comments