Skip to content

Commit 82a8552

Browse files
committed
tailwind test project
1 parent 1475a77 commit 82a8552

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

benchmark.js

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff 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'))
145145
result.push(benchmark('tailwind-turbo'))
146146
result.push(benchmark('devup-ui-single-turbo'))
147147
result.push(benchmark('vanilla-extract-devup-ui'))
148-
result.push(benchmark('tailwind-devup-ui'))
148+
result.push(benchmark('tailwind-turbo-devup-ui'))
149149

150150
console.info(result.join('\n'))

0 commit comments

Comments
 (0)