Skip to content

Commit 75506ae

Browse files
committed
chore: update
1 parent c8860fa commit 75506ae

File tree

7 files changed

+489
-170
lines changed

7 files changed

+489
-170
lines changed

benchmark/app/data/2026-03-05.json

Lines changed: 83 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,83 @@
1+
{
2+
"uni-app-webpack-vue2": {
3+
"babel": [
4+
357.89879199999996,
5+
480.3499579999998,
6+
203.96129100000007,
7+
484.67220799999996
8+
]
9+
},
10+
"mpx": {
11+
"babel": [
12+
82.31887499999993,
13+
2.1920000000000073,
14+
2.2018330000000788,
15+
1.5587500000001455,
16+
1.5122499999997672,
17+
2.240415999999641,
18+
825.0493339999994,
19+
159.70641700000033,
20+
4.053374999999505,
21+
1.6729579999991984,
22+
23.67620800000077,
23+
1.5427089999993768,
24+
1.6888330000001588,
25+
510.1842919999999,
26+
37.84233399999994,
27+
1.7601669999999103,
28+
1.3656250000003638,
29+
1.200416000000132,
30+
1.2339590000001408,
31+
1.2128750000001673,
32+
248.83604099999957,
33+
57.89441699999952,
34+
1.8749160000006668,
35+
1.4928339999996751,
36+
1.0524999999997817,
37+
4.068750000000364,
38+
1.434624999999869,
39+
269.16341699999975
40+
]
41+
},
42+
"native-webpack": {
43+
"babel": [
44+
81.76637500000015,
45+
102.62920800000029,
46+
56.97129099999984,
47+
99.47308299999986
48+
]
49+
},
50+
"taro-vue3": {
51+
"babel": [
52+
442.578125,
53+
228.68408400000044,
54+
340.1056659999995
55+
]
56+
},
57+
"rax": {
58+
"babel": [
59+
100.26333299999988,
60+
114.69974999999977,
61+
7.467624999999316,
62+
30.279625000000124,
63+
57.99883299999965,
64+
77.8125,
65+
262.50374999999985,
66+
147.9229170000001,
67+
318.9729580000003
68+
]
69+
},
70+
"taro-react": {
71+
"babel": [
72+
800.1763750000009,
73+
634.7270000000008,
74+
306.4793329999993,
75+
202.67970799999966,
76+
343.586542,
77+
180.46295800000007,
78+
435.27966600000036,
79+
301.3488749999997,
80+
603.8572920000006
81+
]
82+
}
83+
}

e2e/__snapshots__/e2e/taro-app/app.wxss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -388,7 +388,6 @@ text,
388388
background-image: url(https://yyy.com/xx.webp);
389389
}
390390
.bg-gradient-to-r {
391-
background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
392391
background-image: -webkit-linear-gradient(left, var(--tw-gradient-stops));
393392
background-image: linear-gradient(to right, var(--tw-gradient-stops));
394393
}

e2e/__snapshots__/e2e/taro-vite-tailwindcss-v4/app-origin.wxss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,6 @@ text,
115115
}
116116
.bg-gradient-to-r {
117117
--tw-gradient-position: to right;
118-
background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
119118
background-image: -webkit-linear-gradient(var(--tw-gradient-stops));
120119
background-image: linear-gradient(var(--tw-gradient-stops));
121120
}

e2e/__snapshots__/e2e/taro-vue3-app/app.wxss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -386,7 +386,6 @@ text,
386386
background-image: url(https://xxx.com/xx.webp);
387387
}
388388
.bg-gradient-to-r {
389-
background-image: -webkit-gradient(linear, left top, right top, from(var(--tw-gradient-stops)));
390389
background-image: -webkit-linear-gradient(left, var(--tw-gradient-stops));
391390
background-image: linear-gradient(to right, var(--tw-gradient-stops));
392391
}

e2e/__snapshots__/e2e/taro-webpack-tailwindcss-v4/app.wxss

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -110,7 +110,6 @@ text,
110110
}
111111
.bg-gradient-to-r {
112112
--tw-gradient-position: to right;
113-
background-image: -webkit-gradient(linear, left top, left bottom, from(var(--tw-gradient-stops)));
114113
background-image: -webkit-linear-gradient(var(--tw-gradient-stops));
115114
background-image: linear-gradient(var(--tw-gradient-stops));
116115
}

0 commit comments

Comments
 (0)