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 983fa54 commit fad9baeCopy full SHA for fad9bae
devops/actions/run-tests/benchmark/action.yml
@@ -37,6 +37,9 @@ inputs:
37
type: string
38
required: False
39
40
+env:
41
+ BENCHMARK_RESULTS_BRANCH: "sycl-benchmark-ci-results"
42
+
43
runs:
44
using: "composite"
45
steps:
@@ -79,9 +82,6 @@ runs:
79
82
python3 ./devops/scripts/benchmarks/presets.py query "$PRESET"
80
83
[ "$?" -ne 0 ] && exit 1 # Stop workflow if invalid preset
81
84
echo "PRESET=$PRESET" >> $GITHUB_ENV
-
- # Set branch containing benchmark CI results:
- echo "BENCHMARK_RESULTS_BRANCH=sycl-benchmark-ci-results" >> $GITHUB_ENV
85
- name: Compute CPU core range to run benchmarks on
86
shell: bash
87
run: |
0 commit comments