File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments