Skip to content

Commit 7573314

Browse files
Update 2020-11-4-this-week-in-rust.md
1 parent 6eef5e6 commit 7573314

File tree

1 file changed

+10
-3
lines changed

1 file changed

+10
-3
lines changed

draft/2020-11-4-this-week-in-rust.md

Lines changed: 10 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -77,10 +77,17 @@ If you are a Rust project owner and are looking for contributors, please submit
7777

7878
## Rust Compiler Performance Triage
7979

80-
* [2020-10-27](https://github.com/rust-lang/rustc-perf/blob/master/triage/2020-10-27.md):
81-
0 Regressions, 2 Improvements, 3 Mixed
80+
* [2020-11-03](https://github.com/rust-lang/rustc-perf/blob/master/triage/2020-11-03.md):
81+
0 Regressions, 5 Improvements, 0 mixed
8282

83-
See the [full report](https://github.com/rust-lang/rustc-perf/blob/master/triage/2020-10-27.md) for more.
83+
A number of improvements on various benchmarks. The most notable news this week
84+
in compiler performance is the progress on instruction metric collection on a
85+
per-query level; see [measureme#143](https://github.com/rust-lang/measureme/pull/143) for the latest.
86+
87+
Otherwise, this week was an excellent one for performance (though mostly on
88+
stress tests and auto-generated test cases rather than commonly seen code).
89+
90+
See the [full report](https://github.com/rust-lang/rustc-perf/blob/master/triage/2020-11-03.md) for more.
8491

8592
## Approved RFCs
8693

0 commit comments

Comments
 (0)