Skip to content

Commit 72d8730

Browse files
authored
[CI] use minimal preset when running benchmarks
1 parent 918604e commit 72d8730

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ runs:
9191
sycl-ls
9292
echo "-----"
9393
pip install --user --break-system-packages -r ./devops/scripts/benchmarks/requirements.txt
94-
taskset -c "$CORES" ./devops/scripts/benchmarks/main.py "$(realpath ./llvm_test_workdir)" --sycl "$(realpath ./toolchain)" --save baseline
94+
taskset -c "$CORES" ./devops/scripts/benchmarks/main.py "$(realpath ./llvm_test_workdir)" --sycl "$(realpath ./toolchain)" --save baseline --preset Minimal
9595
echo "-----"
9696
ls
9797
# - name: Push compute-benchmarks results

0 commit comments

Comments
 (0)