You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* already marked as triaged by lqd; this PR did not regress things, the reported change is due to a periodic "slow s3 uploads on the collector", i.e. instrument noise/bias.
34
43
35
44
fix --dry-run when the change-id warning is printed [#118789](https://github.com/rust-lang/rust/pull/118789)[(Comparison Link)](https://perf.rust-lang.org/compare.html?start=1aa6aefdc92555b3fbc5ae4c99365df9845a3e31&end=529047cfc3f4f7b3ea5aaac054408f368d153727&stat=instructions:u)
36
45
@@ -42,6 +51,7 @@ fix --dry-run when the change-id warning is printed [#118789](https://github.com
42
51
| Improvements ✅ <br /> (secondary) | - | - | 0 |
43
52
| All ❌✅ (primary) | 0.9% |[0.8%, 1.0%]| 4 |
44
53
54
+
* already marked as triaged by lqd; this PR did not regress things. lqd hypothesized that the inferred noise threshold was lowered (due to a period of low noisiness?), and thus normal amounts of noise are tripping the threshold.
45
55
46
56
Rollup of 3 pull requests [#118982](https://github.com/rust-lang/rust/pull/118982)[(Comparison Link)](https://perf.rust-lang.org/compare.html?start=4d1bd0db7f489b22c6d8aa2385937a95412c015b&end=e6707df0de337976dce7577e68fc57adcd5e4842&stat=instructions:u)
47
57
@@ -54,6 +64,8 @@ Rollup of 3 pull requests [#118982](https://github.com/rust-lang/rust/pull/11898
54
64
| All ❌✅ (primary) | 0.8% |[0.8%, 0.9%]| 4 |
55
65
56
66
67
+
* already marked as triaged by lqd. We think this is another case where the inferred noise threshold was low and we are seeing regression reports as the noise ramps up again.
68
+
57
69
Rollup of 5 pull requests [#119002](https://github.com/rust-lang/rust/pull/119002)[(Comparison Link)](https://perf.rust-lang.org/compare.html?start=a96d57bdb6d2bb6d233d7d5aaefc2995ab99be01&end=ca5c68a110099b17c3537e6e5840dbcc21b0e3ca&stat=instructions:u)
58
70
59
71
| (instructions:u) | mean | range | count |
@@ -64,6 +76,8 @@ Rollup of 5 pull requests [#119002](https://github.com/rust-lang/rust/pull/11900
* lqd identified PR #118396, "Collect lang items from AST, get rid of GenericBound::LangItemTrait" as the root cause for the regressions here.
80
+
* not marking as triaged
67
81
68
82
More unescaping cleanups [#118897](https://github.com/rust-lang/rust/pull/118897)[(Comparison Link)](https://perf.rust-lang.org/compare.html?start=1c6a06183a1452c2772db370b572e38bac9c5d86&end=3ad8e2d129a67b0dc450d6ef1100ae41d2cd4b8a&stat=instructions:u)
69
83
@@ -75,6 +89,8 @@ More unescaping cleanups [#118897](https://github.com/rust-lang/rust/pull/118897
75
89
| Improvements ✅ <br /> (secondary) | - | - | 0 |
76
90
| All ❌✅ (primary) | 0.6% |[0.1%, 0.8%]| 5 |
77
91
92
+
* lqd theorized this is another instance of noise threshold wriggling
93
+
* pnkfelix agrees and marked as triaged.
78
94
79
95
coverage: Regression test for `assert!(!false)`[#119011](https://github.com/rust-lang/rust/pull/119011)[(Comparison Link)](https://perf.rust-lang.org/compare.html?start=445177724ac2beebf4faa5a3ffacb2adbe7e7846&end=9022e6a39c2714d2f447285c4ee7513bf153e3a9&stat=instructions:u)
80
96
@@ -86,6 +102,8 @@ coverage: Regression test for `assert!(!false)` [#119011](https://github.com/rus
86
102
| Improvements ✅ <br /> (secondary) | - | - | 0 |
87
103
| All ❌✅ (primary) | 0.7% |[0.7%, 0.8%]| 4 |
88
104
105
+
* yet again, helloworld check is being flagged as regressing (in four scenarios), probably due to wriggling noise threshold.
* pretty solid improvement here to serde, diesel, bitmaps, hyper, image.
135
156
136
157
`-Ztrait-solver=next` to `-Znext-solver`[#118937](https://github.com/rust-lang/rust/pull/118937)[(Comparison Link)](https://perf.rust-lang.org/compare.html?start=529047cfc3f4f7b3ea5aaac054408f368d153727&end=2ecba0fa00b75e7291978c50bece407f17296f45&stat=instructions:u)
Use the LLVM option NoTrapAfterNoreturn [#110494](https://github.com/rust-lang/rust/pull/110494)[(Comparison Link)](https://perf.rust-lang.org/compare.html?start=e223c41028def5123ffd2a4a51a9109b1aae2c2e&end=02ad6676ddc7ea7bc3acd73f383180bc80185aeb&stat=instructions:u)
148
170
@@ -154,6 +176,7 @@ Use the LLVM option NoTrapAfterNoreturn [#110494](https://github.com/rust-lang/r
Add support for `--env` on `tracked_env::var`[#118830](https://github.com/rust-lang/rust/pull/118830)[(Comparison Link)](https://perf.rust-lang.org/compare.html?start=9022e6a39c2714d2f447285c4ee7513bf153e3a9&end=5e7025419d1b1359e4cb7cd365ba5900c8299089&stat=instructions:u)
159
182
@@ -165,6 +188,7 @@ Add support for `--env` on `tracked_env::var` [#118830](https://github.com/rust-
0 commit comments