We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7c8bd08 commit 9c9ba04Copy full SHA for 9c9ba04
1 file changed
.github/workflows/pages.yml
@@ -76,6 +76,14 @@ jobs:
76
- name: Install dependencies
77
run: |
78
python3 -m pip install -r requirements.txt
79
+ - name: Download performance data
80
+ uses: actions/download-artifact@v4
81
+ with:
82
+ name: perf-stat
83
+ - name: Extract performance data
84
+ run: |
85
+ mkdir -p build/perf_stat_dir
86
+ unzip -o perf-stat.zip -d .
87
- name: CMake configure
88
89
cmake -S . -B build -DUSE_SCOREBOARD=ON
0 commit comments