rustdoc: Some more lazy formatting#157796
Conversation
|
rustbot has assigned @GuillaumeGomez. Use Why was this reviewer chosen?The reviewer was selected based on:
|
Mostly replaces a few `format!` calls with `format_args!`
ec07ed3 to
e04bcaf
Compare
|
@bors try @rust-timer queue |
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
This comment has been minimized.
…<try> rustdoc: Some more lazy formatting
|
Changes look good to me. Let's see what perf says. |
This comment has been minimized.
This comment has been minimized.
|
Finished benchmarking commit (292a5f7): comparison URL. Overall result: ✅ improvements - no action neededBenchmarking means the PR may be perf-sensitive. Consider adding rollup=never if this change is not fit for rolling up. @rustbot label: -S-waiting-on-perf -perf-regression Instruction countOur most reliable metric. Used to determine the overall result above. However, even this metric can be noisy.
Max RSS (memory usage)This perf run didn't have relevant results for this metric. CyclesResults (secondary -2.7%)A less reliable metric. May be of interest, but not used to determine the overall result above.
Binary sizeThis perf run didn't have relevant results for this metric. Bootstrap: 517.481s -> 517.65s (0.03%) |
Mostly replaces
format!calls withformat_args!