File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -85,13 +85,13 @@ function clearBuildFile() {
8585 recursive : true ,
8686 force : true ,
8787 } )
88- if ( existsSync ( './benchmark/next-tailwind-devup-ui/.next' ) )
89- rmSync ( './benchmark/next-tailwind-devup-ui/.next' , {
88+ if ( existsSync ( './benchmark/next-tailwind-turbo- devup-ui/.next' ) )
89+ rmSync ( './benchmark/next-tailwind-turbo- devup-ui/.next' , {
9090 recursive : true ,
9191 force : true ,
9292 } )
93- if ( existsSync ( './benchmark/next-tailwind-devup-ui/df' ) )
94- rmSync ( './benchmark/next-tailwind-devup-ui/df' , {
93+ if ( existsSync ( './benchmark/next-tailwind-turbo- devup-ui/df' ) )
94+ rmSync ( './benchmark/next-tailwind-turbo- devup-ui/df' , {
9595 recursive : true ,
9696 force : true ,
9797 } )
@@ -145,6 +145,6 @@ result.push(benchmark('devup-ui-single'))
145145result . push ( benchmark ( 'tailwind-turbo' ) )
146146result . push ( benchmark ( 'devup-ui-single-turbo' ) )
147147result . push ( benchmark ( 'vanilla-extract-devup-ui' ) )
148- result . push ( benchmark ( 'tailwind-devup-ui' ) )
148+ result . push ( benchmark ( 'tailwind-turbo- devup-ui' ) )
149149
150150console . info ( result . join ( '\n' ) )
You can’t perform that action at this time.
0 commit comments