ci(aio): do not limit size of gzip7 and gzip 9 (#21601)

PR Close #21601
This commit is contained in:
Yuan Gao
2018-01-17 09:57:54 -08:00
committed by Misko Hevery
parent 88045a5050
commit d39d1ce412
2 changed files with 3 additions and 27 deletions

View File

@ -1,20 +1,12 @@
{
"aio": {
"master": {
"gzip7": {
"inline": 961,
"main": 116924,
"polyfills": 12962
},
"gzip9": {
"inline": 961,
"main": 116712,
"polyfills": 12958
},
"uncompressed": {
"inline": 1602,
"main": 459119,
"polyfills": 40264
"polyfills": 40264,
"embedded": 72537,
"prettify": 14888
}
}
}