File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -254,6 +254,8 @@ jobs:
254254 fi
255255
256256 echo "Regenerating data.json"
257- (cd ${{ github.workspace }} && ${{ github.workspace }}/sc/devops/scripts/benchmarks/main.py ~/ur_bench_workdir --dry-run --results-dir ${{ github.workspace }}/results-repo --output-html remote)
257+ # --sycl and --ur params must be set to some values for the dry-run to properly output metadata for sycl and ur based benchmarks.
258+ # TODO: remove this once it's addressed in the benchmark scripts.
259+ (cd ${{ github.workspace }} && ${{ github.workspace }}/sc/devops/scripts/benchmarks/main.py ~/ur_bench_workdir --dry-run --sycl invalid --ur invalid --results-dir ${{ github.workspace }}/results-repo --output-html remote)
258260
259261 done
You can’t perform that action at this time.
0 commit comments