-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
3fae74b
commit 9996f19
Showing
1 changed file
with
16 additions
and
16 deletions.
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 @@ | ||
{ | ||
"lastUpdate": 1732701254122, | ||
"lastUpdate": 1732701730920, | ||
"repoUrl": "https://github.com/rolldown/rolldown", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -62070,53 +62070,53 @@ | |
{ | ||
"commit": { | ||
"author": { | ||
"email": "likui.underfin@gmail.com", | ||
"name": "underfin", | ||
"username": "underfin" | ||
"email": "i.heyunfei@gmail.com", | ||
"name": "Yunfei He", | ||
"username": "hyf0" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": false, | ||
"id": "46f2f937146b710f4da4a588eb4afb470297c829", | ||
"message": "fix: avoid overwrite ModuleOptions#meta (#2954)\n\n<!-- Thank you for contributing! -->\n\n### Description\nfollow https://github.com/rollup/rollup/blob/master/src/Module.ts#L1011\n<!-- Please insert your description here and provide especially info\nabout the \"what\" this PR is solving -->", | ||
"timestamp": "2024-11-27T09:26:41Z", | ||
"tree_id": "b2b9f06118d13447120372346462cb463b44648d", | ||
"url": "https://github.com/rolldown/rolldown/commit/46f2f937146b710f4da4a588eb4afb470297c829" | ||
"id": "bf8fd41078c0c48c0109f3332441b006a98c1db2", | ||
"message": "chore(typo): rename `IS_EXPORT_START` to `IS_EXPORT_STAR` (#2956)\n\n<!-- Thank you for contributing! -->\n\n### Description\n\n<!-- Please insert your description here and provide especially info\nabout the \"what\" this PR is solving -->", | ||
"timestamp": "2024-11-27T09:34:49Z", | ||
"tree_id": "ac9c6263913f276d3bc9d7b0dbf7265c950da39c", | ||
"url": "https://github.com/rolldown/rolldown/commit/bf8fd41078c0c48c0109f3332441b006a98c1db2" | ||
}, | ||
"date": 1732701254093, | ||
"date": 1732701730893, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "threejs10x (default)", | ||
"value": "443.37", | ||
"value": "429.74", | ||
"unit": "ms / ops" | ||
}, | ||
{ | ||
"name": "threejs10x-sourcemap (default)", | ||
"value": "678.40", | ||
"value": "668.54", | ||
"unit": "ms / ops" | ||
}, | ||
{ | ||
"name": "threejs10x-minify (default)", | ||
"value": "1348.45", | ||
"value": "1290.00", | ||
"unit": "ms / ops" | ||
}, | ||
{ | ||
"name": "threejs10x-minify-sourcemap (default)", | ||
"value": "1777.65", | ||
"value": "1700.07", | ||
"unit": "ms / ops" | ||
}, | ||
{ | ||
"name": "rome-ts (default)", | ||
"value": "152.55", | ||
"value": "148.80", | ||
"unit": "ms / ops" | ||
}, | ||
{ | ||
"name": "rome-ts-sourcemap (default)", | ||
"value": "219.66", | ||
"value": "201.16", | ||
"unit": "ms / ops" | ||
} | ||
] | ||
|