We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 293547d commit 031495eCopy full SHA for 031495e
_report/publish.sh
@@ -31,6 +31,9 @@ publishGhPages(){
31
md5sum time.csv > time.csv.md5
32
md5sum logs.csv > logs.csv.md5
33
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
37
git commit -q -m 'publish benchmark timings and logs' 2>err.txt
38
git push --force upstream gh-pages 2>err.txt
39
0 commit comments