Skip to content

Commit

Permalink
improve report
Browse files Browse the repository at this point in the history
  • Loading branch information
nicoloboschi committed Jan 29, 2024
1 parent f5ffb49 commit 829bdbb
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/run-benchmarks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,7 @@ jobs:
git checkout gh-pages
git pull --rebase origin gh-pages
mkdir -p benchmarks/reports
# create a dir with today and now in format yyyy-mm-dd HH:mm:ss
dir=benchmarks/reports/$(date +"%Y-%m-%d %H:%M:%S")
dir=benchmarks/reports/$(date +"%Y-%m-%d_%H-%M-%S")
mkdir -p $dir
cp /tmp/report.html $dir/report.html
git commit -am "Update benchmarks ${{ github.run_id }} - $dir"
Expand Down

0 comments on commit 829bdbb

Please sign in to comment.