Skip to content

Commit 031495e

Browse files
committed
compress time and logs csv h2oai#198
1 parent 293547d commit 031495e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

_report/publish.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,9 @@ publishGhPages(){
3131
md5sum time.csv > time.csv.md5
3232
md5sum logs.csv > logs.csv.md5
3333
git add time.csv.md5 logs.csv.md5 2>err.txt
34+
gzip --keep time.csv
35+
gzip --keep logs.csv
36+
git add time.csv.gz logs.csv.gz 2>err.txt
3437
git commit -q -m 'publish benchmark timings and logs' 2>err.txt
3538
git push --force upstream gh-pages 2>err.txt
3639

0 commit comments

Comments
 (0)