File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ describe("benchmark", () => {
3434 if ( process . env . DEBUG ) {
3535 console . log ( `Bundle size (H3Core): ${ bundle . bytes } (gzip: ${ bundle . gzipSize } )` ) ;
3636 }
37- expect ( bundle . bytes ) . toBeLessThanOrEqual ( 6300 ) ; // <6.3kb
37+ expect ( bundle . bytes ) . toBeLessThanOrEqual ( 6500 ) ; // <6.5kb
3838 expect ( bundle . gzipSize ) . toBeLessThanOrEqual ( 2600 ) ; // <2.6kb
3939 } ) ;
4040
@@ -50,8 +50,8 @@ describe("benchmark", () => {
5050 if ( process . env . DEBUG ) {
5151 console . log ( `Bundle size (defineHandler): ${ bundle . bytes } (gzip: ${ bundle . gzipSize } )` ) ;
5252 }
53- expect ( bundle . bytes ) . toBeLessThanOrEqual ( 5900 ) ; // <5.9kb
54- expect ( bundle . gzipSize ) . toBeLessThanOrEqual ( 2400 ) ; // <2.4kb
53+ expect ( bundle . bytes ) . toBeLessThanOrEqual ( 6000 ) ; // <6kb
54+ expect ( bundle . gzipSize ) . toBeLessThanOrEqual ( 2500 ) ; // <2.5kb
5555 } ) ;
5656} ) ;
5757
You can’t perform that action at this time.
0 commit comments