Skip to content

Commit 3d422f9

Browse files
Merge pull request #756 from ecstatic-morse/triage-2019-08-31
Perf triage 2020-08-31
2 parents 6a826cc + 794cd46 commit 3d422f9

File tree

1 file changed

+36
-0
lines changed

1 file changed

+36
-0
lines changed

triage/2020-08-31.md

+36
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
# 2020-08-31 Triage Log
2+
3+
See the [README](README.md) for details on how this log was gathered.
4+
5+
A quiet week for the most part with the exception of two PRs. The first,
6+
[#76027](https://github.com/rust-lang/rust/pull/76027), was a rather large
7+
regression that was soon fixed by
8+
[#76030](https://github.com/rust-lang/rust/pull/76030). The net result seems to
9+
be a small improvement overall on optimized and debug builds.
10+
11+
Triage done by @ecstaticmorse.
12+
Revision range: [03017003c77d782cf7ed841a05d7c628a9b93f25..d927e5a655809b6b20501889e093c085d6ffe6f7][range]
13+
14+
[range]: https://perf.rust-lang.org/?start=03017003c77d782cf7ed841a05d7c628a9b93f25&end=d927e5a655809b6b20501889e093c085d6ffe6f7&absolute=false&stat=instructions%3Au
15+
16+
1 Regression, 2 Improvements, 0 of them in rollups.
17+
18+
#### Regressions
19+
20+
[#76027](https://github.com/rust-lang/rust/pull/76027) ty: remove obsolete pretty printer
21+
- [A major regression on some `incr-patched` benchmarks](https://perf.rust-lang.org/compare.html?start=e98f0632bbec24b196dbd6fc820537f6f3724807&end=8ed5cb56b5e5cc216eb6820a44dd4f7ef65107b0&stat=instructions:u)
22+
- Very small regressions on full builds of other benchmarks along with a major one on `await-call-tree`
23+
- Seems to have been solved by #76030 (see below).
24+
25+
#### Improvements
26+
27+
[#75754](https://github.com/rust-lang/rust/pull/75754) Switch to Snappy compression for metadata
28+
- [A small improvement across the board](https://perf.rust-lang.org/compare.html?start=fe8ab8a530fc2369e2748421a319444383363340&end=7fc048f0712ba515ca11fac204921b9ad8a0c5a3&stat=instructions:u)
29+
30+
[#76030](https://github.com/rust-lang/rust/pull/76030) cg\_llvm: `fewer_names` in `uncached_llvm_type`
31+
- [A major improvement on some `incr-patched` benchmarks](https://perf.rust-lang.org/compare.html?start=897ef3a0ec001b89fffe7125c20d6a6bb12fee6c&end=1d22f75c9f75cad2e408a145861904898ac982dd&stat=instructions:u)
32+
- Small improvements on full builds of other benchmarks along with a major one on `await-call-tree`
33+
34+
#### Nags requiring follow up
35+
36+
None

0 commit comments

Comments
 (0)