We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 22c5cb3 commit d264d07Copy full SHA for d264d07
devops/actions/run-tests/benchmark/action.yml
@@ -169,6 +169,7 @@ runs:
169
--compare-file "./llvm-ci-perf-results/results/${SAVE_NAME}_${SAVE_TIMESTAMP}.json" \
170
--results-dir "./llvm-ci-perf-results/results/" \
171
--regression-filter '^[a-z_]+_sycl ' \
172
+ --regression-filter-type 'SYCL' \
173
--verbose \
174
--produce-github-summary "github_summary.md" \
175
${{ inputs.dry_run == 'true' && '--dry-run' || '' }} \
0 commit comments