-
Notifications
You must be signed in to change notification settings - Fork 24
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 c46d250
- Loading branch information
github-action-benchmark
committed
Nov 25, 2024
1 parent
48cb12b
commit 6849770
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": 1732207277168, | ||
"lastUpdate": 1732578808617, | ||
"repoUrl": "https://github.com/rocicorp/mono", | ||
"entries": { | ||
"Bundle Sizes": [ | ||
|
@@ -50044,6 +50044,50 @@ window.BENCHMARK_DATA = { | |
"unit": "bytes" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Greg Baker", | ||
"username": "grgbkr" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "c46d2501694e50364bc41eba4a323c8aff2887d5", | ||
"message": "chore(replicache,zero): Zero doesnt need to use Replicache.getAuth (#3121)\n\nZero's API around Auth was leaking down into ReplicacheImpls here https://github.com/rocicorp/mono/pull/3066, with the addition of an optional error param. \r\n\r\nIn thinking this through realized we don't need to be setting `replicache.getAuth` at all in Zero client. `replicache.getAuth` is only called if pusher or puller returns an 4xx error code, which Zero's implementations never do. We manage the websocket authentication independently of this.", | ||
"timestamp": "2024-11-25T23:52:22Z", | ||
"tree_id": "6a930ca519b9d332dee825c127bdfa15f951d223", | ||
"url": "https://github.com/rocicorp/mono/commit/c46d2501694e50364bc41eba4a323c8aff2887d5" | ||
}, | ||
"date": 1732578791620, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Size of replicache.mjs", | ||
"value": 313434, | ||
"unit": "bytes" | ||
}, | ||
{ | ||
"name": "Size of replicache.mjs.br (Brotli compressed)", | ||
"value": 54702, | ||
"unit": "bytes" | ||
}, | ||
{ | ||
"name": "Size of replicache.min.mjs", | ||
"value": 115369, | ||
"unit": "bytes" | ||
}, | ||
{ | ||
"name": "Size of replicache.min.mjs.br (Brotli compressed)", | ||
"value": 32028, | ||
"unit": "bytes" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|