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.
2 parents c8136ed + 43f082f commit c88938aCopy full SHA for c88938a
.github/workflows/reusable_benchmarks.yml
@@ -204,7 +204,7 @@ jobs:
204
~/bench_workdir_umf
205
--results-dir ${{ github.workspace }}/results-repo
206
--output-markdown
207
- ${{ (inputs.compatibility == 0) && format('--umf {0} --timeout 3000 --output-html remote', env.BUILD_DIR) || '' }}
+ ${{ (inputs.compatibility == 0) && format('--umf {0}/ --timeout 3000 --output-html remote', env.BUILD_DIR) || '' }}
208
${{ (inputs.compatibility == 1) && format('--sycl {0} --timeout 7200', env.SYCL_DIR) || '' }}
209
${{ env.bench_params }}
210
0 commit comments