File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1010 - ' .github/workflows/sycl-docs.yml'
1111 - ' clang/docs/**'
1212 - ' sycl/doc/**'
13- - ' devops/benchmarks/ scripts/html/**'
13+ - ' devops/scripts/benchmarks /html/**'
1414 push :
1515 branches :
1616 - sycl
1717 paths :
1818 - ' .github/workflows/sycl-docs.yml'
1919 - ' clang/docs/**'
2020 - ' sycl/doc/**'
21- - ' devops/benchmarks/ scripts/html/**'
21+ - ' devops/scripts/benchmarks /html/**'
2222 workflow_dispatch :
2323 inputs :
2424 update_gh_pages :
6565 # Update benchmarking dashboard configuration
6666 cat << EOF > benchmarks/config.js
6767 remoteDataUrl = 'https://raw.githubusercontent.com/intel/llvm/refs/heads/sycl-benchmark-ci-results/';
68- defaultCompareNames = ["Baseline_PVC_L0 "];
68+ defaultCompareNames = ["Baseline_BMG_L0v2 "];
6969 EOF
7070 # Upload the generated docs as an artifact and deploy to GitHub Pages.
7171 - name : Upload artifact
You can’t perform that action at this time.
0 commit comments