Skip to content

Commit b308128

Browse files
committed
CI: persist past results in gh-pages:results/ directory
1 parent f30bde1 commit b308128

1 file changed

Lines changed: 7 additions & 0 deletions

File tree

.github/workflows/run_cirun_graviton.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -141,3 +141,10 @@ jobs:
141141
git config --global user.name "OB benchmark bot"
142142
# git commit -m "Update benchmarks"
143143
asv gh-pages
144+
145+
# add the results/ directory with historic results
146+
git checkout gh-pages
147+
cp -r .asv/results results
148+
git add results/
149+
git commit -am'add results'
150+
git push origin HEAD

0 commit comments

Comments
 (0)