File tree Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Expand file tree Collapse file tree 1 file changed +2
-9
lines changed Original file line number Diff line number Diff line change @@ -59,17 +59,10 @@ jobs:
59
59
sparse-checkout : |
60
60
devops/scripts/benchmarks
61
61
62
- - name : Move benchmark HTML files
62
+ - name : Redirect performance to intel/llvm
63
63
run : |
64
64
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
73
66
74
67
- name : Upload artifact
75
68
uses : actions/upload-pages-artifact@0252fc4ba7626f0298f0cf00902a25c6afc77fa8 # v3.0.0
You can’t perform that action at this time.
0 commit comments