Skip to content

Commit 0e0224b

Browse files
committed
Perf triage, 2020-06-16.
1 parent a4bd43d commit 0e0224b

File tree

1 file changed

+31
-1
lines changed

1 file changed

+31
-1
lines changed

triage/2020.md

+31-1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,35 @@ See the [README](README.md) for details on how these logs are collated.
44

55
They are in reverse chronological order.
66

7+
## 2020-06-16
8+
9+
Triage done by njn.
10+
11+
Some bustage involving Cargo meant that some merges in this period didn't get
12+
measured.
13+
14+
Regressions
15+
- [Rollup of 10 pull requests](https://github.com/rust-lang/rust/pull/73367)
16+
([instructions](https://perf.rust-lang.org/compare.html?start=ce6d3a73b514e9649e57cee812ad129bb2112016&end=d4ecf31efc2309fb6df8c2a8af9aaf8176ab1c8d&stat=instructions:u)):
17+
Regressed up to 3.5% on multiple benchmarks. Maybe
18+
[#71824](https://github.com/rust-lang/rust/pull/71824) is the cause?
19+
- [Disable the `SimplifyArmIdentity` pass](https://github.com/rust-lang/rust/pull/73262)
20+
([instructions](https://perf.rust-lang.org/compare.html?start=7c78a5f97de07a185eebae5a5de436c80d8ba9d4&end=f4fbb93113aa4f0a0cd08e74afb35381bbfbc7f0&stat=instructions:u)):
21+
A small regression on a couple of benchmarks from disabling a buggy pass,
22+
which may be re-enabled in the future?
23+
- A small regression occurred for `syn-opt`, but I can't tell which PR was
24+
responsible because the improvement occurred in one of the merges that wasn't
25+
measured due to the Cargo bustage.
26+
27+
Improvements
28+
- Some huge improvements occurred for `clap-rs-opt`, but I can't tell which PR
29+
was responsible because the improvement occurred in one of the merges that
30+
wasn't measured due to the Cargo bustage.
31+
- [Rollup of 8 pull requests](https://github.com/rust-lang/rust/pull/73316)
32+
([instructions](https://perf.rust-lang.org/compare.html?start=1fb612bd15bb3ef098fd24c20d0727de573b4410&end=06e47688bf15d0215edbe05b21603062f6d2eb5d&stat=instructions:u)):
33+
A small improvement on `many-assoc-items`, and a tiny regression on a couple
34+
of other benchmarks.
35+
736
## 2020-06-09
837

938
Triage done by njn.
@@ -14,7 +43,8 @@ Regressions
1443
A small regression in debug builds due to LLVM. Pulling in [this LLVM
1544
change](https://reviews.llvm.org/D80964) may fix it.
1645
- [Rollup of 5 pull requests](https://github.com/rust-lang/rust/pull/73081)
17-
([instructions](https://perf.rust-lang.org/compare.html?start=9c1857fad849ad56d38327b9bc11377a0bdbb4cf&end=450abe80f193ccefbfcd48214d70520f2d507f0e&stat=instructions:u))
46+
([instructions](https://perf.rust-lang.org/compare.html?start=9c1857fad849ad56d38327b9bc11377a0bdbb4cf&end=450abe80f193ccefbfcd48214d70520f2d507f0e&stat=instructions:u)):
47+
Possibly due to [#72989](https://github.com/rust-lang/rust/pull/72989).
1848

1949
Improvements
2050
- None.

0 commit comments

Comments
 (0)