Skip to content

Commit

Permalink
add Bundle Sizes (customSmallerIsBetter) benchmark result for fd61cd6
Browse files Browse the repository at this point in the history
  • Loading branch information
github-action-benchmark committed Oct 9, 2024
1 parent 25d7108 commit db008a0
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": 1728461580693,
"lastUpdate": 1728505738548,
"repoUrl": "https://github.com/rocicorp/mono",
"entries": {
"Bundle Sizes": [
Expand Down Expand Up @@ -49516,6 +49516,50 @@ window.BENCHMARK_DATA = {
"unit": "bytes"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "Darick Tong",
"username": "darkgnotic"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "fd61cd66a01bb6a2dd8b9e325065e67842a0cf76",
"message": "feat(zero-cache): use `warn()` for the warning message (#2611)",
"timestamp": "2024-10-09T20:27:03Z",
"tree_id": "e789d6ddce3833c758734519185b5b7ff3037b69",
"url": "https://github.com/rocicorp/mono/commit/fd61cd66a01bb6a2dd8b9e325065e67842a0cf76"
},
"date": 1728505721844,
"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 db008a0

Please sign in to comment.