Skip to content

Commit

Permalink
compress time and logs csv #198
Browse files Browse the repository at this point in the history
  • Loading branch information
jangorecki committed May 17, 2021
1 parent 293547d commit 031495e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions _report/publish.sh
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,9 @@ publishGhPages(){
md5sum time.csv > time.csv.md5
md5sum logs.csv > logs.csv.md5
git add time.csv.md5 logs.csv.md5 2>err.txt
gzip --keep time.csv
gzip --keep logs.csv
git add time.csv.gz logs.csv.gz 2>err.txt
git commit -q -m 'publish benchmark timings and logs' 2>err.txt
git push --force upstream gh-pages 2>err.txt

Expand Down

0 comments on commit 031495e

Please sign in to comment.