Skip to content

Commit

Permalink
add Bundle Sizes (customSmallerIsBetter) benchmark result for 535ca23
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 10, 2024
1 parent db008a0 commit 834a21f
Showing 1 changed file with 45 additions and 1 deletion.
46 changes: 45 additions & 1 deletion bundle-sizes/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1728505738548,
"lastUpdate": 1728548827984,
"repoUrl": "https://github.com/rocicorp/mono",
"entries": {
"Bundle Sizes": [
Expand Down Expand Up @@ -49560,6 +49560,50 @@ window.BENCHMARK_DATA = {
"unit": "bytes"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Erik Arvidsson",
"username": "arv"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "535ca23288f7d35ed4e4dee6a28450c1c29ce338",
"message": "chore: Update engines (#2624)\n\nFor zero we want >=20\r\n\r\nFor replicache we no longer care because the cli is no longer used.",
"timestamp": "2024-10-10T08:25:09Z",
"tree_id": "49369cc886bfc8682edd20aea1fd12d08311b31f",
"url": "https://github.com/rocicorp/mono/commit/535ca23288f7d35ed4e4dee6a28450c1c29ce338"
},
"date": 1728548811039,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "Size of replicache.mjs",
"value": 310654,
"unit": "bytes"
},
{
"name": "Size of replicache.mjs.br (Brotli compressed)",
"value": 54198,
"unit": "bytes"
},
{
"name": "Size of replicache.min.mjs",
"value": 113957,
"unit": "bytes"
},
{
"name": "Size of replicache.min.mjs.br (Brotli compressed)",
"value": 31713,
"unit": "bytes"
}
]
}
]
}
Expand Down

0 comments on commit 834a21f

Please sign in to comment.