Skip to content

Commit 7fef530

Browse files
authored
[CI] Fix data load failure in benchmark dashboard (#19298)
#19128 had an undocumented change 3b04aeb#diff-e0c290ed8fe811027fdd5f6642d02a9f0e20e9982e0219cbc45da666b014534cR1180 that breaks previous configuration files. This PR fixes our benchmark dashboard configuration to adhere to this new change.
1 parent bf62e0b commit 7fef530

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sycl-docs.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
touch .nojekyll
5454
# Update benchmarking dashboard configuration
5555
cat << EOF > benchmarks/config.js
56-
remoteDataUrl = 'https://raw.githubusercontent.com/intel/llvm-ci-perf-results/refs/heads/unify-ci/data.json';
56+
remoteDataUrl = 'https://raw.githubusercontent.com/intel/llvm-ci-perf-results/refs/heads/unify-ci/';
5757
defaultCompareNames = ["Baseline_PVC_L0"];
5858
EOF
5959
# Upload the generated docs as an artifact and deploy to GitHub Pages.

0 commit comments

Comments
 (0)