Skip to content

Commit

Permalink
add Bundle Sizes (customSmallerIsBetter) benchmark result for c7aebae
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 25, 2024
1 parent d27e3ab commit 2de47a6
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": 1729246136715,
"lastUpdate": 1729893235331,
"repoUrl": "https://github.com/rocicorp/mono",
"entries": {
"Bundle Sizes": [
Expand Down Expand Up @@ -49824,6 +49824,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": "c7aebaea547d3de9be3284054111cea1df7459be",
"message": "fix(zero): Change strategy for version consts (#2837)\n\nWe used to rely on the build replacing these consts. This does not work\r\nwhen we use `tsx` to run typescript directly. Instead, we will use\r\n`process.env` to set the version consts.\r\n\r\nWe still replace `process.env.REPLICACHE_VERSION` and\r\n`process.env.ZERO_VERSION` in the build step.",
"timestamp": "2024-10-25T21:52:30Z",
"tree_id": "eae1ca5c1b5963a41c683ac86154701303739f12",
"url": "https://github.com/rocicorp/mono/commit/c7aebaea547d3de9be3284054111cea1df7459be"
},
"date": 1729893217698,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "Size of replicache.mjs",
"value": 312270,
"unit": "bytes"
},
{
"name": "Size of replicache.mjs.br (Brotli compressed)",
"value": 54492,
"unit": "bytes"
},
{
"name": "Size of replicache.min.mjs",
"value": 114763,
"unit": "bytes"
},
{
"name": "Size of replicache.min.mjs.br (Brotli compressed)",
"value": 31874,
"unit": "bytes"
}
]
}
]
}
Expand Down

0 comments on commit 2de47a6

Please sign in to comment.