Skip to content

Commit f6f2256

Browse files
authored
Merge pull request #402 from belltalion/fix-bench
Fix bench
2 parents b47693f + e0783f6 commit f6f2256

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
@@ -9,49 +9,49 @@ const OTHER_CARDS = [
99
title: 'Chakra UI',
1010
version: '3.27.0',
1111
buildTime: '29.99s',
12-
buildSize: '200.4MB',
12+
buildSize: '200.39MB',
1313
url: 'https://chakra-ui.com',
1414
},
1515
{
1616
title: 'Mui',
1717
version: '7.3.2',
1818
buildTime: '22.21s',
19-
buildSize: '89.9MB',
19+
buildSize: '89.87MB',
2020
url: 'https://mui.com',
2121
},
2222
{
2323
title: 'Kuma UI',
2424
version: '1.5.9',
2525
buildTime: '21.61s',
26-
buildSize: '64.3MB',
26+
buildSize: '64.30MB',
2727
url: 'https://kuma-ui.com',
2828
},
2929
{
3030
title: 'Tailwindcss',
3131
version: '4.1.13',
3232
buildTime: '20.22s',
33-
buildSize: '54.8MB',
33+
buildSize: '54.76MB',
3434
url: 'https://tailwindcss.com',
3535
},
3636
{
3737
title: 'panda CSS',
3838
version: '1.3.1',
3939
buildTime: '22.01s',
40-
buildSize: '59.5MB',
40+
buildSize: '59.53MB',
4141
url: 'https://panda-css.com',
4242
},
4343
{
4444
title: 'styleX',
4545
version: '0.15.4',
4646
buildTime: '38.97s',
47-
buildSize: '54.7MB',
47+
buildSize: '72.72MB',
4848
url: 'https://stylexjs.com',
4949
},
5050
{
5151
title: 'vanilla extract',
5252
version: '1.17.4',
5353
buildTime: '20.09s',
54-
buildSize: '56.6MB',
54+
buildSize: '56.61MB',
5555
url: 'https://vanilla-extract.style',
5656
},
5757
]

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)