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 918604e commit 72d8730Copy full SHA for 72d8730
devops/actions/run-tests/benchmark/action.yml
@@ -91,7 +91,7 @@ runs:
91
sycl-ls
92
echo "-----"
93
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
+ taskset -c "$CORES" ./devops/scripts/benchmarks/main.py "$(realpath ./llvm_test_workdir)" --sycl "$(realpath ./toolchain)" --save baseline --preset Minimal
95
96
ls
97
# - name: Push compute-benchmarks results
0 commit comments