Skip to content

Commit d264d07

Browse files
committed
add SYCL as filter
1 parent 22c5cb3 commit d264d07

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

devops/actions/run-tests/benchmark/action.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,7 @@ runs:
169169
--compare-file "./llvm-ci-perf-results/results/${SAVE_NAME}_${SAVE_TIMESTAMP}.json" \
170170
--results-dir "./llvm-ci-perf-results/results/" \
171171
--regression-filter '^[a-z_]+_sycl ' \
172+
--regression-filter-type 'SYCL' \
172173
--verbose \
173174
--produce-github-summary "github_summary.md" \
174175
${{ inputs.dry_run == 'true' && '--dry-run' || '' }} \

0 commit comments

Comments
 (0)