File tree Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Expand file tree Collapse file tree 2 files changed +0
-4
lines changed Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ for (const [, source] of Object.entries(data)) {
1818 baseCompile ( source )
1919}
2020let end = convertHrtime ( process . hrtime ( ) )
21- console . log ( `sec: ${ end . seconds - start . seconds } ` )
2221console . log ( `ms: ${ end . milliseconds - start . milliseconds } ` )
2322
2423console . log ( )
@@ -59,5 +58,4 @@ for (const [key] of Object.entries(data)) {
5958 i18n . global . t ( key , 2 )
6059}
6160end = convertHrtime ( process . hrtime ( ) )
62- console . log ( `sec: ${ end . seconds - start . seconds } ` )
6361console . log ( `ms: ${ end . milliseconds - start . milliseconds } ` )
Original file line number Diff line number Diff line change @@ -35,7 +35,6 @@ for (const [key] of Object.entries(simpleData)) {
3535 translate ( ctx , key )
3636}
3737end = convertHrtime ( process . hrtime ( ) )
38- console . log ( `sec: ${ end . seconds - start . seconds } ` )
3938console . log ( `ms: ${ end . milliseconds - start . milliseconds } ` )
4039
4140clearCompileCache ( )
@@ -53,5 +52,4 @@ for (const [key] of Object.entries(simpleData)) {
5352 i18n . global . t ( key )
5453}
5554end = convertHrtime ( process . hrtime ( ) )
56- console . log ( `sec: ${ end . seconds - start . seconds } ` )
5755console . log ( `ms: ${ end . milliseconds - start . milliseconds } ` )
You can’t perform that action at this time.
0 commit comments