-
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 535ca23
- Loading branch information
github-action-benchmark
committed
Oct 10, 2024
1 parent
db008a0
commit 834a21f
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": 1728505738548, | ||
"lastUpdate": 1728548827984, | ||
"repoUrl": "https://github.com/rocicorp/mono", | ||
"entries": { | ||
"Bundle Sizes": [ | ||
|
@@ -49560,6 +49560,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": "535ca23288f7d35ed4e4dee6a28450c1c29ce338", | ||
"message": "chore: Update engines (#2624)\n\nFor zero we want >=20\r\n\r\nFor replicache we no longer care because the cli is no longer used.", | ||
"timestamp": "2024-10-10T08:25:09Z", | ||
"tree_id": "49369cc886bfc8682edd20aea1fd12d08311b31f", | ||
"url": "https://github.com/rocicorp/mono/commit/535ca23288f7d35ed4e4dee6a28450c1c29ce338" | ||
}, | ||
"date": 1728548811039, | ||
"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" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|