Skip to content

Commit 047f034

Browse files
chore(bench): update size baseline (#250)
Co-authored-by: HugoRCD <71938701+HugoRCD@users.noreply.github.com>
1 parent 1552caf commit 047f034

File tree

1 file changed

+14
-9
lines changed

1 file changed

+14
-9
lines changed

packages/evlog/bench/baseline/size.json

Lines changed: 14 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -12,14 +12,19 @@
1212
},
1313
{
1414
"entry": "logger",
15-
"raw": 12405,
16-
"gzip": 3999
15+
"raw": 12421,
16+
"gzip": 4002
1717
},
1818
{
1919
"entry": "framework/ai",
2020
"raw": 11537,
2121
"gzip": 3189
2222
},
23+
{
24+
"entry": "adapter/datadog",
25+
"raw": 6149,
26+
"gzip": 2503
27+
},
2328
{
2429
"entry": "framework/vite",
2530
"raw": 7278,
@@ -50,6 +55,11 @@
5055
"raw": 4994,
5156
"gzip": 1543
5257
},
58+
{
59+
"entry": "error",
60+
"raw": 3673,
61+
"gzip": 1491
62+
},
5363
{
5464
"entry": "adapter/fs",
5565
"raw": 3458,
@@ -80,11 +90,6 @@
8090
"raw": 2872,
8191
"gzip": 1241
8292
},
83-
{
84-
"entry": "error",
85-
"raw": 3130,
86-
"gzip": 1240
87-
},
8893
{
8994
"entry": "adapter/hyperdx",
9095
"raw": 2971,
@@ -142,7 +147,7 @@
142147
}
143148
],
144149
"total": {
145-
"raw": 128891,
146-
"gzip": 46821
150+
"raw": 135599,
151+
"gzip": 49578
147152
}
148153
}

0 commit comments

Comments
 (0)