Skip to content

Commit b74a1c8

Browse files
committed
add results/ to gh-pages
1 parent 4352850 commit b74a1c8

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/run_cirun_graviton.yml

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -106,15 +106,15 @@ jobs:
106106
fetch-depth: 0 # To fetch all commits to be able to generate benchmarks html
107107
token: ${{ secrets.AWS_BENCHMARKS }}
108108

109+
- name: Download all artifacts from benchmarking runs
110+
uses: actions/download-artifact@v4
111+
109112
- name: Collect past runs
110113
run: |
111114
git checkout gh-pages
112115
mkdir -p .asv/resuls
113116
cp -r results .asv/results
114117
115-
- name: Download all artifacts from benchmarking runs
116-
uses: actions/download-artifact@v4
117-
118118
- name: Combine the runs
119119
run: |
120120
cp -r gh-skylake/* .asv/results
@@ -139,12 +139,11 @@ jobs:
139139
run: |
140140
git config --global user.email "project@openblas"
141141
git config --global user.name "OB benchmark bot"
142-
# git commit -m "Update benchmarks"
143142
asv gh-pages
144143
145-
# add the results/ directory with historic results
144+
# persist the results/ directory with historic results
146145
git checkout gh-pages
147146
cp -r .asv/results results
148147
git add results/
149-
git commit -am'add results'
148+
git commit -am"add results for `git rev-parse origin/gh-pages`"
150149
git push origin HEAD

0 commit comments

Comments
 (0)