We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f30bde1 commit b308128Copy full SHA for b308128
1 file changed
.github/workflows/run_cirun_graviton.yml
@@ -141,3 +141,10 @@ jobs:
141
git config --global user.name "OB benchmark bot"
142
# git commit -m "Update benchmarks"
143
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