Skip to content

Commit 9c9ba04

Browse files
committed
dl
1 parent 7c8bd08 commit 9c9ba04

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

.github/workflows/pages.yml

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -76,6 +76,14 @@ jobs:
7676
- name: Install dependencies
7777
run: |
7878
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 .
7987
- name: CMake configure
8088
run: |
8189
cmake -S . -B build -DUSE_SCOREBOARD=ON

0 commit comments

Comments
 (0)