File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments