Skip to content

Commit a3edf7a

Browse files
committed
Add benchmarking results to sycl-docs.yml
1 parent e9b1375 commit a3edf7a

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/sycl-docs.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ jobs:
4949
mkdir clang
5050
mv $GITHUB_WORKSPACE/build/tools/sycl/doc/html/* .
5151
mv $GITHUB_WORKSPACE/build/tools/clang/docs/html/* clang/
52+
cp -r $GITHUB_WORKSPACE/repo/devops/scripts/benchmarks/html benchmarks
5253
touch .nojekyll
5354
# Upload the generated docs as an artifact and deploy to GitHub Pages.
5455
- name: Upload artifact
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
//remoteDataUrl = 'https://example.com/data.json';
1+
remoteDataUrl = 'https://raw.githubusercontent.com/intel/llvm-ci-perf-results/refs/heads/unify-ci/UR_DNP_INTEL_06_03/data.json';
22
//defaultCompareNames = ['baseline'];

0 commit comments

Comments
 (0)