Skip to content

Commit bbfa4e0

Browse files
Update benchmark-node-output.json
1 parent e44305b commit bbfa4e0

1 file changed

Lines changed: 55 additions & 1 deletion

File tree

benchmark-node-output.json

Lines changed: 55 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"lastUpdate": 1775408891717,
2+
"lastUpdate": 1775423613231,
33
"repoUrl": "https://github.com/rolldown/rolldown",
44
"entries": {
55
"Benchmark": [
@@ -233246,6 +233246,60 @@
233246233246
"unit": "ms / ops"
233247233247
}
233248233248
]
233249+
},
233250+
{
233251+
"commit": {
233252+
"author": {
233253+
"email": "29139614+renovate[bot]@users.noreply.github.com",
233254+
"name": "renovate[bot]",
233255+
"username": "renovate[bot]"
233256+
},
233257+
"committer": {
233258+
"email": "noreply@github.com",
233259+
"name": "GitHub",
233260+
"username": "web-flow"
233261+
},
233262+
"distinct": true,
233263+
"id": "a48ca341e83a2f909774b09925c390ea27d4b848",
233264+
"message": "chore(deps): update rust crates (#9003)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [blake3](https://redirect.github.com/BLAKE3-team/BLAKE3) |\nworkspace.dependencies | patch | `1.8.3` → `1.8.4` |\n| [indexmap](https://redirect.github.com/indexmap-rs/indexmap) |\nworkspace.dependencies | patch | `2.13.0` → `2.13.1` |\n| [insta](https://insta.rs/)\n([source](https://redirect.github.com/mitsuhiko/insta)) |\nworkspace.dependencies | patch | `1.47.1` → `1.47.2` |\n| [tokio](https://tokio.rs)\n([source](https://redirect.github.com/tokio-rs/tokio)) |\nworkspace.dependencies | minor | `1.50.0` → `1.51.0` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>BLAKE3-team/BLAKE3 (blake3)</summary>\n\n###\n[`v1.8.4`](https://redirect.github.com/BLAKE3-team/BLAKE3/releases/tag/1.8.4)\n\n[Compare\nSource](https://redirect.github.com/BLAKE3-team/BLAKE3/compare/1.8.3...1.8.4)\n\nversion 1.8.4\n\nChanges since 1.8.3:\n\n- Updated the `digest` dependency from v0.10 to v0.11. THIS IS A\n POTENTIALLY BREAKING CHANGE for callers using the `traits-preview`\n Cargo feature. But this is not considered a breaking change for the\n `blake3` crate itself; see the docs for `traits-preview`.\n- Performance for WASM SIMD targets is improved by \\~20% when the\n`wasm32_simd` feature is enabled. Contributed by\n[@&#8203;lamb356](https://redirect.github.com/lamb356).\n\n</details>\n\n<details>\n<summary>indexmap-rs/indexmap (indexmap)</summary>\n\n###\n[`v2.13.1`](https://redirect.github.com/indexmap-rs/indexmap/blob/HEAD/RELEASES.md#2131-2026-04-02)\n\n[Compare\nSource](https://redirect.github.com/indexmap-rs/indexmap/compare/2.13.0...2.13.1)\n\n- Made some `Slice` methods `const`:\n-\n`map::Slice::{first,last,split_at,split_at_checked,split_first,split_last}`\n-\n`set::Slice::{first,last,split_at,split_at_checked,split_first,split_last}`\n\n</details>\n\n<details>\n<summary>mitsuhiko/insta (insta)</summary>\n\n###\n[`v1.47.2`](https://redirect.github.com/mitsuhiko/insta/blob/HEAD/CHANGELOG.md#1472)\n\n[Compare\nSource](https://redirect.github.com/mitsuhiko/insta/compare/1.47.1...1.47.2)\n\n- Restore `Send + Sync` on `Settings`, `Redactions`, and `Redaction` by\nreverting the `Arc` to `Rc` change from 1.47.0, which was\nsemver-breaking.\n[#&#8203;873](https://redirect.github.com/mitsuhiko/insta/issues/873)\n[#&#8203;874](https://redirect.github.com/mitsuhiko/insta/issues/874)\n- Add `Send + Sync` bounds to `Comparator` trait for consistency with\n`Arc`-based storage.\n[#&#8203;872](https://redirect.github.com/mitsuhiko/insta/issues/872)\n- Add compile-time assertion to prevent future auto-trait regressions.\n\n</details>\n\n<details>\n<summary>tokio-rs/tokio (tokio)</summary>\n\n###\n[`v1.51.0`](https://redirect.github.com/tokio-rs/tokio/releases/tag/tokio-1.51.0):\nTokio v1.51.0\n\n[Compare\nSource](https://redirect.github.com/tokio-rs/tokio/compare/tokio-1.50.0...tokio-1.51.0)\n\n##### 1.51.0 (April 3rd, 2026)\n\n##### Added\n\n- net: implement `get_peer_cred` on Hurd ([#&#8203;7989])\n- runtime: add `tokio::runtime::worker_index()` ([#&#8203;7921])\n- runtime: add runtime name ([#&#8203;7924])\n- runtime: stabilize `LocalRuntime` ([#&#8203;7557])\n- wasm: add wasm32-wasip2 networking support ([#&#8203;7933])\n\n##### Changed\n\n- runtime: steal tasks from the LIFO slot ([#&#8203;7431])\n\n##### Fixed\n\n- docs: do not show \"Available on non-loom only.\" doc label\n([#&#8203;7977])\n- macros: improve overall macro hygiene ([#&#8203;7997])\n- sync: fix `notify_waiters` priority in `Notify` ([#&#8203;7996])\n- sync: fix panic in `Chan::recv_many` when called with non-empty vector\non closed channel ([#&#8203;7991])\n\n[#&#8203;7431]: https://redirect.github.com/tokio-rs/tokio/pull/7431\n\n[#&#8203;7557]: https://redirect.github.com/tokio-rs/tokio/pull/7557\n\n[#&#8203;7921]: https://redirect.github.com/tokio-rs/tokio/pull/7921\n\n[#&#8203;7924]: https://redirect.github.com/tokio-rs/tokio/pull/7924\n\n[#&#8203;7933]: https://redirect.github.com/tokio-rs/tokio/pull/7933\n\n[#&#8203;7977]: https://redirect.github.com/tokio-rs/tokio/pull/7977\n\n[#&#8203;7989]: https://redirect.github.com/tokio-rs/tokio/pull/7989\n\n[#&#8203;7991]: https://redirect.github.com/tokio-rs/tokio/pull/7991\n\n[#&#8203;7996]: https://redirect.github.com/tokio-rs/tokio/pull/7996\n\n[#&#8203;7997]: https://redirect.github.com/tokio-rs/tokio/pull/7997\n\n</details>\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - \"before 10am on monday\" in timezone\nAsia/Shanghai, Automerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\n♻ **Rebasing**: Whenever PR is behind base branch, or you tick the\nrebase/retry checkbox.\n\n👻 **Immortal**: This PR will be recreated if closed unmerged. Get\n[config\nhelp](https://redirect.github.com/renovatebot/renovate/discussions) if\nthat's undesired.\n\n---\n\n- [ ] <!-- rebase-check -->If you want to rebase/retry this PR, check\nthis box\n\n---\n\nThis PR was generated by [Mend Renovate](https://mend.io/renovate/).\nView the [repository job\nlog](https://developer.mend.io/github/rolldown/rolldown).\n\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ1cGRhdGVkSW5WZXIiOiI0My4xMDIuMTEiLCJ0YXJnZXRCcmFuY2giOiJtYWluIiwibGFiZWxzIjpbXX0=-->\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>",
233265+
"timestamp": "2026-04-05T21:07:34Z",
233266+
"tree_id": "77b5506a01d9691d33b6ff5073bdd6931ee2281a",
233267+
"url": "https://github.com/rolldown/rolldown/commit/a48ca341e83a2f909774b09925c390ea27d4b848"
233268+
},
233269+
"date": 1775423613141,
233270+
"tool": "customSmallerIsBetter",
233271+
"benches": [
233272+
{
233273+
"name": "threejs10x (default)",
233274+
"value": 809.59,
233275+
"unit": "ms / ops"
233276+
},
233277+
{
233278+
"name": "threejs10x-sourcemap (default)",
233279+
"value": 1036.46,
233280+
"unit": "ms / ops"
233281+
},
233282+
{
233283+
"name": "threejs10x-minify (default)",
233284+
"value": 1090.9,
233285+
"unit": "ms / ops"
233286+
},
233287+
{
233288+
"name": "threejs10x-minify-sourcemap (default)",
233289+
"value": 1317.72,
233290+
"unit": "ms / ops"
233291+
},
233292+
{
233293+
"name": "rome-ts (default)",
233294+
"value": 176.19,
233295+
"unit": "ms / ops"
233296+
},
233297+
{
233298+
"name": "rome-ts-sourcemap (default)",
233299+
"value": 215.19,
233300+
"unit": "ms / ops"
233301+
}
233302+
]
233249233303
}
233250233304
]
233251233305
}

0 commit comments

Comments
 (0)