Skip to content

Commit

Permalink
Update benchmark-node-output.json
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Sep 17, 2024
1 parent e8a5195 commit 2270f0d
Showing 1 changed file with 70 additions and 16 deletions.
86 changes: 70 additions & 16 deletions benchmark-node-output.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"lastUpdate": 1726557004806,
"lastUpdate": 1726557322972,
"repoUrl": "https://github.com/rolldown/rolldown",
"entries": {
"Benchmark": [
Expand Down Expand Up @@ -41010,53 +41010,107 @@
{
"commit": {
"author": {
"email": "7086cmd@gmail.com",
"name": "Ethan Goh",
"username": "7086cmd"
"email": "ylei.mk@gmail.com",
"name": "ikkz",
"username": "ikkz"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": false,
"id": "7dcfefcffc8cbd1186b98825a422075ccfe5650f",
"message": "feat(plugin/transformer): support `targets` key for options. (#2242)\n\nThe `oxc_transformer` supports parsing the options from the `targets`\nargument.\n\nIncidentally, would it be feasible to consolidate these two\n`Transformer` instances into a single entity? In my opinion, this could\nlead to significant performance optimization.",
"timestamp": "2024-09-17T06:52:49Z",
"tree_id": "7661558c38a3ca82757fab9160d69ebf26388322",
"url": "https://github.com/rolldown/rolldown/commit/7dcfefcffc8cbd1186b98825a422075ccfe5650f"
"id": "d1c7d04c551bd1cfdf261ff39293e310a0bb5417",
"message": "refactor(rust/napi): prefer using `Either<String, ThreadSafeFunction >` (#2240)\n\n`ThreadSafeFunction` can be used in `Either` after this\n[version](https://github.com/napi-rs/napi-rs/releases/tag/napi%403.0.0-alpha.9)\n. This pull request uses this feature to prevent passing env\nto`normalize_binding_options`.",
"timestamp": "2024-09-17T06:51:23Z",
"tree_id": "1f0e8360e7d7a2ca51cfff80674a24683510e169",
"url": "https://github.com/rolldown/rolldown/commit/d1c7d04c551bd1cfdf261ff39293e310a0bb5417"
},
"date": 1726556734881,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "threejs10x (default)",
"value": "372.12",
"unit": "ms / ops"
},
{
"name": "threejs10x-sourcemap (default)",
"value": "582.94",
"unit": "ms / ops"
},
{
"name": "threejs10x-minify (default)",
"value": "1000.29",
"unit": "ms / ops"
},
{
"name": "threejs10x-minify-sourcemap (default)",
"value": "1424.27",
"unit": "ms / ops"
},
{
"name": "rome-ts (default)",
"value": "130.07",
"unit": "ms / ops"
},
{
"name": "rome-ts-sourcemap (default)",
"value": "188.95",
"unit": "ms / ops"
}
]
},
{
"commit": {
"author": {
"email": "[email protected]",
"name": "underfin",
"username": "underfin"
},
"committer": {
"email": "[email protected]",
"name": "GitHub",
"username": "web-flow"
},
"distinct": true,
"id": "5b448c9e41194d64ccf3b918543ac40fbcc3169f",
"message": "fix: deduplicate assets if an explicit fileName is not provided (#2245)\n\n<!-- Thank you for contributing! -->\n\n### Description\nclose https://github.com/rolldown/rolldown/issues/2207\n<!-- Please insert your description here and provide especially info\nabout the \"what\" this PR is solving -->",
"timestamp": "2024-09-17T06:53:16Z",
"tree_id": "51c323e778670cf4b1dff704b07ca43d6a79d240",
"url": "https://github.com/rolldown/rolldown/commit/5b448c9e41194d64ccf3b918543ac40fbcc3169f"
},
"date": 1726557004794,
"date": 1726557322957,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "threejs10x (default)",
"value": "375.13",
"value": "371.57",
"unit": "ms / ops"
},
{
"name": "threejs10x-sourcemap (default)",
"value": "579.98",
"value": "577.98",
"unit": "ms / ops"
},
{
"name": "threejs10x-minify (default)",
"value": "1001.63",
"value": "978.31",
"unit": "ms / ops"
},
{
"name": "threejs10x-minify-sourcemap (default)",
"value": "1426.60",
"value": "1399.40",
"unit": "ms / ops"
},
{
"name": "rome-ts (default)",
"value": "132.88",
"value": "126.85",
"unit": "ms / ops"
},
{
"name": "rome-ts-sourcemap (default)",
"value": "195.50",
"value": "183.34",
"unit": "ms / ops"
}
]
Expand Down

0 comments on commit 2270f0d

Please sign in to comment.