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 056c724 commit f2603bfCopy full SHA for f2603bf
devops/actions/run-tests/benchmark/action.yml
@@ -69,7 +69,7 @@ runs:
69
echo "-----"
70
sycl-ls
71
72
- ./devops/scripts/benchmarking/benchmark.sh -n '${{ runner.name }}' -s
+ ./devops/scripts/benchmarking/benchmark.sh -n '${{ runner.name }}' -s || exit 1
73
- name: Push compute-benchmarks results
74
if: always()
75
shell: bash
0 commit comments