Skip to content

Commit b1fe808

Browse files
committed
[Benchmarks] redirect perf location to intel/llvm
We are moving perf CI to intel/llvm. Redirect the old URL.
1 parent 44c7422 commit b1fe808

File tree

1 file changed

+2
-9
lines changed

1 file changed

+2
-9
lines changed

.github/workflows/docs.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -59,17 +59,10 @@ jobs:
5959
sparse-checkout: |
6060
devops/scripts/benchmarks
6161
62-
- name: Move benchmark HTML files
62+
- name: Redirect performance to intel/llvm
6363
run: |
6464
mkdir -p ${{ github.workspace }}/docs/html/performance
65-
mv ${{ github.workspace }}/sc/devops/scripts/benchmarks/html/* ${{ github.workspace }}/docs/html/performance/
66-
67-
- name: Replace config.js
68-
run: |
69-
cat << 'EOF' > ${{ github.workspace }}/docs/html/performance/config.js
70-
remoteDataUrl = 'https://raw.githubusercontent.com/oneapi-src/unified-runtime/refs/heads/benchmark-results/';
71-
defaultCompareNames = ["Baseline_PVC_L0", "Baseline_PVC_L0v2"];
72-
EOF
65+
echo '<meta http-equiv="refresh" content="0; url=https://intel.github.io/llvm/benchmarks/">' > ${{ github.workspace }}/docs/html/performance/index.html
7366
7467
- name: Upload artifact
7568
uses: actions/upload-pages-artifact@0252fc4ba7626f0298f0cf00902a25c6afc77fa8 # v3.0.0

0 commit comments

Comments
 (0)