Uh oh!
There was an error while loading. Please reload this page.
perf: Hint -Zdisable-fast-paths as false - #157441
Conversation
ShoyuVanilla
commented
Jun 4, 2026
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
perf: Hint `-Zdisable-fast-paths` as `false`
This comment has been minimized.
This comment has been minimized.
Noratrieb
commented
Jun 4, 2026
Our primary metric is instruction counts, which will not be affected by branch mispredictions, so this won't have an effect on the primary metrics (and in general, changes like this won't affect it). |
This comment has been minimized.
This comment has been minimized.
rust-timer
commented
Jun 4, 2026
Finished benchmarking commit (d752daa): comparison URL. Overall result: ❌ regressions - please read:Benchmarking means the PR may be perf-sensitive. It's automatically marked not fit for rolling up. Overriding is possible but disadvised: it risks changing compiler perf. Next, please: If you can, justify the regressions found in this try perf run in writing along with @bors rollup=never Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)Results (primary -0.3%, secondary 1.1%)A less reliable metric. May be of interest, but not used to determine the overall result above.
CyclesResults (primary -3.5%, secondary -3.3%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeResults (primary 0.0%, secondary 0.0%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Bootstrap: 515.26s -> 513.764s (-0.29%) |
ShoyuVanilla
commented
Jun 5, 2026
Oh, thanks for the explanation 😄 That makes sense! |
This might mitigate the perf regressions in #156172 (comment) 🤔