Commit 479ee76
authored
Change compiler regression report to median (#7648)
This change the logic to find the baseline of the compiler regression.
before it find the max metric value from past 3-6 days as baseline
value, and compare it to the latest 3 days metric values.
however, this create some noisy alert. Change it to median value , to
avoid some scenarios such as shown below
<img width="393" height="201" alt="image"
src="https://github.com/user-attachments/assets/edeff7f8-09a8-494e-8127-b3b0984a297f"
/>1 parent eab4b80 commit 479ee76
File tree
1 file changed
+4
-4
lines changed- aws/lambda/benchmark_regression_summary_report/common
1 file changed
+4
-4
lines changedLines changed: 4 additions & 4 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
251 | 251 | | |
252 | 252 | | |
253 | 253 | | |
254 | | - | |
| 254 | + | |
255 | 255 | | |
256 | 256 | | |
257 | 257 | | |
258 | 258 | | |
259 | 259 | | |
260 | | - | |
| 260 | + | |
261 | 261 | | |
262 | 262 | | |
263 | 263 | | |
264 | 264 | | |
265 | 265 | | |
266 | | - | |
| 266 | + | |
267 | 267 | | |
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | 271 | | |
272 | | - | |
| 272 | + | |
273 | 273 | | |
274 | 274 | | |
275 | 275 | | |
| |||
0 commit comments