Skip to content

Commit e0783f6

Browse files
committed
Fix bench
1 parent c0e5e4b commit e0783f6

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

apps/landing/src/app/Bench.tsx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -8,49 +8,49 @@ const OTHER_CARDS = [
88
title: 'Chakra UI',
99
version: '3.27.0',
1010
buildTime: '29.99s',
11-
buildSize: '200.4MB',
11+
buildSize: '200.39MB',
1212
url: 'https://chakra-ui.com',
1313
},
1414
{
1515
title: 'Mui',
1616
version: '7.3.2',
1717
buildTime: '22.21s',
18-
buildSize: '89.9MB',
18+
buildSize: '89.87MB',
1919
url: 'https://mui.com',
2020
},
2121
{
2222
title: 'Kuma UI',
2323
version: '1.5.9',
2424
buildTime: '21.61s',
25-
buildSize: '64.3MB',
25+
buildSize: '64.30MB',
2626
url: 'https://kuma-ui.com',
2727
},
2828
{
2929
title: 'Tailwindcss',
3030
version: '4.1.13',
3131
buildTime: '20.22s',
32-
buildSize: '54.8MB',
32+
buildSize: '54.76MB',
3333
url: 'https://tailwindcss.com',
3434
},
3535
{
3636
title: 'panda CSS',
3737
version: '1.3.1',
3838
buildTime: '22.01s',
39-
buildSize: '59.5MB',
39+
buildSize: '59.53MB',
4040
url: 'https://panda-css.com',
4141
},
4242
{
4343
title: 'styleX',
4444
version: '0.15.4',
4545
buildTime: '38.97s',
46-
buildSize: '54.7MB',
46+
buildSize: '72.72MB',
4747
url: 'https://stylexjs.com',
4848
},
4949
{
5050
title: 'vanilla extract',
5151
version: '1.17.4',
5252
buildTime: '20.09s',
53-
buildSize: '56.6MB',
53+
buildSize: '56.61MB',
5454
url: 'https://vanilla-extract.style',
5555
},
5656
]

apps/landing/src/app/DevupUICard.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export function DevupUICard() {
7676
color="transparent"
7777
typography="h4"
7878
>
79-
54.8MB
79+
54.75MB
8080
</Text>
8181
</Flex>
8282
</VStack>

0 commit comments

Comments
 (0)