File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
devops/scripts/benchmarks/html Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change 5151 mv $GITHUB_WORKSPACE/build/tools/clang/docs/html/* clang/
5252 cp -r $GITHUB_WORKSPACE/repo/devops/scripts/benchmarks/html benchmarks
5353 touch .nojekyll
54+ # Update benchmarking dashboard configuration
55+ cat << 'EOF' > benchmarks/config.js
56+ remoteDataUrl = 'https://raw.githubusercontent.com/intel/llvm-ci-perf-results/refs/heads/unify-ci/UR_DNP_INTEL_06_03/data.json';
57+ defaultCompareNames = ["Baseline_PVC_L0"];
58+ EOF
5459 # Upload the generated docs as an artifact and deploy to GitHub Pages.
5560 - name : Upload artifact
5661 uses : actions/upload-pages-artifact@v3
Original file line number Diff line number Diff line change 1- remoteDataUrl = 'https://raw.githubusercontent. com/intel/llvm-ci-perf-results/refs/heads/unify-ci/UR_DNP_INTEL_06_03 /data.json' ;
1+ // remoteDataUrl = 'https://example. com/data.json';
22//defaultCompareNames = ['baseline'];
You can’t perform that action at this time.
0 commit comments