Commit f713a06
authored
[CI][Bench] Add a filter to comparison scripts (#18852)
The nightly SYCL benchmarking CI currently fails on any benchmark.
However, not all benchmarks are specific to SYCL. This PR adds a filter
and sets the nightly SYCL CI to only fail on compute benchmark tests
marked with `_sycl`.
**Note** to llvm-reviewers-benchmarking: Observe that changes to the
code here are disconnected from the main benchmarking scripts. This PR
should functionally have no effect on the main benchmarking scripts.1 parent 8d5cb0d commit f713a06
File tree
2 files changed
+30
-6
lines changed- devops
- actions/run-tests/benchmark
- scripts/benchmarks
2 files changed
+30
-6
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
161 | 161 | | |
162 | 162 | | |
163 | 163 | | |
164 | | - | |
| 164 | + | |
| 165 | + | |
165 | 166 | | |
166 | 167 | | |
167 | 168 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| 7 | + | |
7 | 8 | | |
8 | 9 | | |
9 | 10 | | |
| |||
319 | 320 | | |
320 | 321 | | |
321 | 322 | | |
| 323 | + | |
| 324 | + | |
| 325 | + | |
| 326 | + | |
| 327 | + | |
| 328 | + | |
322 | 329 | | |
323 | 330 | | |
324 | 331 | | |
| |||
333 | 340 | | |
334 | 341 | | |
335 | 342 | | |
| 343 | + | |
| 344 | + | |
| 345 | + | |
| 346 | + | |
| 347 | + | |
| 348 | + | |
| 349 | + | |
| 350 | + | |
| 351 | + | |
| 352 | + | |
| 353 | + | |
| 354 | + | |
336 | 355 | | |
337 | 356 | | |
338 | 357 | | |
339 | 358 | | |
340 | | - | |
341 | | - | |
| 359 | + | |
| 360 | + | |
342 | 361 | | |
343 | 362 | | |
344 | 363 | | |
345 | 364 | | |
346 | 365 | | |
347 | 366 | | |
348 | | - | |
| 367 | + | |
| 368 | + | |
| 369 | + | |
| 370 | + | |
| 371 | + | |
349 | 372 | | |
350 | | - | |
| 373 | + | |
351 | 374 | | |
352 | 375 | | |
353 | | - | |
| 376 | + | |
354 | 377 | | |
355 | 378 | | |
356 | 379 | | |
0 commit comments