-
Notifications
You must be signed in to change notification settings - Fork 32
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 8585051
- Loading branch information
github-action-benchmark
committed
Feb 5, 2025
1 parent
c48bf83
commit 68208d3
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": 1738752334660, | ||
"lastUpdate": 1738778971682, | ||
"repoUrl": "https://github.com/rocicorp/mono", | ||
"entries": { | ||
"Bundle Sizes": [ | ||
|
@@ -51188,6 +51188,50 @@ window.BENCHMARK_DATA = { | |
"unit": "bytes" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Matt Wonlaw", | ||
"username": "tantaman" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Matt Wonlaw", | ||
"username": "tantaman" | ||
}, | ||
"distinct": true, | ||
"id": "8585051bac492cebc8630d941f8a209944f6bfaf", | ||
"message": "chore(zero-client): test initialization of the ivm sync head", | ||
"timestamp": "2025-02-05T13:08:30-05:00", | ||
"tree_id": "8e4765d1fd6d4383f17a38f78e0f1d5e2725af92", | ||
"url": "https://github.com/rocicorp/mono/commit/8585051bac492cebc8630d941f8a209944f6bfaf" | ||
}, | ||
"date": 1738778961195, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Size of replicache.mjs", | ||
"value": 294893, | ||
"unit": "bytes" | ||
}, | ||
{ | ||
"name": "Size of replicache.mjs.br (Brotli compressed)", | ||
"value": 53104, | ||
"unit": "bytes" | ||
}, | ||
{ | ||
"name": "Size of replicache.min.mjs", | ||
"value": 108814, | ||
"unit": "bytes" | ||
}, | ||
{ | ||
"name": "Size of replicache.min.mjs.br (Brotli compressed)", | ||
"value": 30981, | ||
"unit": "bytes" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|