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 23330fc commit 0d79d89Copy full SHA for 0d79d89
devops/actions/run-tests/benchmark_v2/action.yml
@@ -65,7 +65,7 @@ runs:
65
echo "ONEAPI_DEVICE_SELECTOR=$TARGET_DEVICE" >> $GITHUB_ENV
66
67
# Make sure specified preset is a known value and is not malicious
68
- python3 ./devops/scripts/benchmarks/presets.py "$PRESET"
+ python3 ./devops/scripts/benchmarks/presets.py query "$PRESET"
69
[ "$?" -ne 0 ] && exit 1 # Stop workflow if invalid preset
70
echo "PRESET=$PRESET" >> $GITHUB_ENV
71
- name: Compute CPU core range to run benchmarks on
0 commit comments