Commit dabf72a
authored
[CI] Fail benchmark CI only on regressions in CPU instruction count (#20277)
Benchmark script changes in this PR are NFC.
Bit of a long overdue change: Wall time has proven to not be a good
metric for stable performance numbers. This PR changes SYCL benchmarking
CI regression filters to only fail on severe regressions in tests
measuring CPU instruction count only.
This PR does not affect the behavior of benchmarking scripts. It only
affects the behavior of the CI w.r.t. regression failures for _SYCL_: it
does not concern regressions detected in UR or L0.1 parent f0e876a commit dabf72a
File tree
2 files changed
+6
-2
lines changed- devops
- actions/run-tests/benchmark
- scripts/benchmarks/benches
2 files changed
+6
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
213 | 213 | | |
214 | 214 | | |
215 | 215 | | |
216 | | - | |
217 | | - | |
| 216 | + | |
| 217 | + | |
218 | 218 | | |
219 | 219 | | |
220 | 220 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
414 | 414 | | |
415 | 415 | | |
416 | 416 | | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
417 | 421 | | |
418 | 422 | | |
419 | 423 | | |
| |||
0 commit comments