Skip to content

Commit 36275c9

Browse files
committed
Update bench
1 parent ba2feeb commit 36275c9

File tree

2 files changed

+22
-22
lines changed

2 files changed

+22
-22
lines changed

apps/landing/src/app/Bench.tsx

Lines changed: 18 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -50,51 +50,51 @@ export function Bench() {
5050
{[
5151
{
5252
title: 'Chakra UI',
53-
version: '3.24.2',
54-
buildTime: '29.3s',
55-
buildSize: '186.2MB',
53+
version: '3.27.0',
54+
buildTime: '29.99s',
55+
buildSize: '210.1MB',
5656
url: 'https://chakra-ui.com',
5757
},
5858
{
5959
title: 'Mui',
60-
version: '7.3.1',
61-
buildTime: '21.6s',
62-
buildSize: '84.3MB',
60+
version: '7.3.2',
61+
buildTime: '22.21s',
62+
buildSize: '94.23MB',
6363
url: 'https://mui.com',
6464
},
6565
{
6666
title: 'Kuma UI',
6767
version: '1.5.9',
68-
buildTime: '20.6s',
69-
buildSize: '60.3MB',
68+
buildTime: '21.61s',
69+
buildSize: '67.42MB',
7070
url: 'https://kuma-ui.com',
7171
},
7272
{
7373
title: 'Tailwindcss',
7474
version: '4.1.13',
75-
buildTime: '20.2s',
76-
buildSize: '54.7MB',
75+
buildTime: '20.22s',
76+
buildSize: '57.41MB',
7777
url: 'https://tailwindcss.com',
7878
},
7979
{
80-
title: 'panda CSS',
80+
title: 'Panda CSS',
8181
version: '1.3.1',
82-
buildTime: '22.0s',
83-
buildSize: '59.5MB',
82+
buildTime: '21.61s',
83+
buildSize: '62.43MB',
8484
url: 'https://panda-css.com',
8585
},
8686
{
8787
title: 'styleX',
8888
version: '0.15.4',
89-
buildTime: '38.9s',
90-
buildSize: '72.7MB',
89+
buildTime: '38.97s',
90+
buildSize: '76.25MB',
9191
url: 'https://stylexjs.com',
9292
},
9393
{
94-
title: 'vanilla extract',
94+
title: 'Vanilla Extract',
9595
version: '1.17.4',
96-
buildTime: '20.1s',
97-
buildSize: '56.6MB',
96+
buildTime: '20.09s',
97+
buildSize: '59.36MB',
9898
url: 'https://vanilla-extract.style',
9999
},
100100
].map((item) => (

apps/landing/src/app/DevupUICard.tsx

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -27,10 +27,10 @@ export function DevupUICard() {
2727
/>
2828
<VStack gap="8px">
2929
<Text color="$text" typography="h5">
30-
Devup-ui
30+
Devup UI
3131
</Text>
3232
<Text color="$text" typography="textL">
33-
1.0.15
33+
1.0.18
3434
</Text>
3535
</VStack>
3636
<VStack alignItems="flex-end" gap="20px">
@@ -53,7 +53,7 @@ export function DevupUICard() {
5353
color="transparent"
5454
typography="h4"
5555
>
56-
16.8s
56+
18.35s
5757
</Text>
5858
</Flex>
5959
</VStack>
@@ -76,7 +76,7 @@ export function DevupUICard() {
7676
color="transparent"
7777
typography="h4"
7878
>
79-
51.2MB
79+
57.40MB
8080
</Text>
8181
</Flex>
8282
</VStack>

0 commit comments

Comments
 (0)