Skip to content

Commit

Permalink
Merge pull request #5532 from rylev/perf-2024-05-22
Browse files Browse the repository at this point in the history
Add perf triage for 2024-05-22
  • Loading branch information
nellshamrell committed May 23, 2024
2 parents e85b6c1 + 51b859a commit f5cbd4b
Showing 1 changed file with 20 additions and 1 deletion.
21 changes: 20 additions & 1 deletion draft/2024-05-22-this-week-in-rust.md
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,26 @@ If you are an event organizer hoping to expand the reach of your event, please s

### Rust Compiler Performance Triage

<!-- Perf results go here -->
Fairly quiet week with the exception of a very large improvement coming from the switch to `rust-lld` on nightly Linux. This can have very large impacts on benchmarks where linking dominates the build time (e.g., `ripgrep`, `exa`, small binaries like `hello-world`). Aside from that change, there were a few small regressions that were either deemed worth it or are still being investigated.

Triage done by **@rylev**.
Revision range: [9105c57b..1d0e4afd](https://perf.rust-lang.org/?start=9105c57b7f6623310e33f3ee7e48a3114e5190a7&end=1d0e4afd4cac09078e12a232508c3e9f8d42535d&absolute=false&stat=instructions%3Au)

**Summary**:

| (instructions:u) | mean | range | count |
|:----------------------------------:|:------:|:---------------:|:-----:|
| Regressions ❌ <br /> (primary) | 0.7% | [0.1%, 2.5%] | 30 |
| Regressions ❌ <br /> (secondary) | 0.5% | [0.2%, 0.8%] | 5 |
| Improvements ✅ <br /> (primary) | -30.4% | [-71.7%, -0.4%] | 35 |
| Improvements ✅ <br /> (secondary) | -25.6% | [-70.9%, -0.5%] | 75 |
| All ❌✅ (primary) | -16.1% | [-71.7%, 2.5%] | 65 |


4 Regressions, 1 Improvement, 4 Mixed; 2 of them in rollups
66 artifact comparisons made in total

[Full report here](https://github.com/rust-lang/rustc-perf/blob/be3ac63543e49327e4bf42ade39a40016340026a/triage/2024-05-21.md)

### [Approved RFCs](https://github.com/rust-lang/rfcs/commits/master)

Expand Down

0 comments on commit f5cbd4b

Please sign in to comment.