-
Notifications
You must be signed in to change notification settings - Fork 25
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Bundle Sizes (customSmallerIsBetter) benchmark result for c7aebae
- 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.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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": [ | ||
|
@@ -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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|