-
-
Notifications
You must be signed in to change notification settings - Fork 96
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add Benchmark (cargo) benchmark result for 8f3c0f5
- Loading branch information
github-action-benchmark
committed
Jan 21, 2025
1 parent
59d8b28
commit 14d7524
Showing
1 changed file
with
157 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": 1737411094383, | ||
"lastUpdate": 1737436729614, | ||
"repoUrl": "https://github.com/dbus2/zbus", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -2186,6 +2186,162 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "29139614+renovate[bot]@users.noreply.github.com", | ||
"name": "renovate[bot]", | ||
"username": "renovate[bot]" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "8f3c0f5e639fb0a1c5566bf91d6f325936f168b0", | ||
"message": "⬆️ micro: Update uuid to v1.12.1 (#1222)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [uuid](https://redirect.github.com/uuid-rs/uuid) | dependencies |\npatch | `1.12.0` -> `1.12.1` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>uuid-rs/uuid (uuid)</summary>\n\n###\n[`v1.12.1`](https://redirect.github.com/uuid-rs/uuid/releases/tag/1.12.1)\n\n[Compare\nSource](https://redirect.github.com/uuid-rs/uuid/compare/1.12.0...1.12.1)\n\n##### What's Changed\n\n- Fix links to namespaces in documentation by\n[@​cstyles](https://redirect.github.com/cstyles) in\n[https://github.com/uuid-rs/uuid/pull/789](https://redirect.github.com/uuid-rs/uuid/pull/789)\n- use inherent to_be_bytes and to_le_bytes methods by\n[@​Vrtgs](https://redirect.github.com/Vrtgs) in\n[https://github.com/uuid-rs/uuid/pull/788](https://redirect.github.com/uuid-rs/uuid/pull/788)\n- Reduce bitshifts in from_u64\\_pair by\n[@​KodrAus](https://redirect.github.com/KodrAus) in\n[https://github.com/uuid-rs/uuid/pull/790](https://redirect.github.com/uuid-rs/uuid/pull/790)\n- prepare for 1.12.1 release by\n[@​KodrAus](https://redirect.github.com/KodrAus) in\n[https://github.com/uuid-rs/uuid/pull/791](https://redirect.github.com/uuid-rs/uuid/pull/791)\n\n##### New Contributors\n\n- [@​cstyles](https://redirect.github.com/cstyles) made their\nfirst contribution in\n[https://github.com/uuid-rs/uuid/pull/789](https://redirect.github.com/uuid-rs/uuid/pull/789)\n- [@​Vrtgs](https://redirect.github.com/Vrtgs) made their first\ncontribution in\n[https://github.com/uuid-rs/uuid/pull/788](https://redirect.github.com/uuid-rs/uuid/pull/788)\n\n**Full Changelog**:\nhttps://github.com/uuid-rs/uuid/compare/1.12.0...1.12.1\n\n</details>\n\n---\n\n### Configuration\n\n📅 **Schedule**: Branch creation - At any time (no schedule defined),\nAutomerge - At any time (no schedule defined).\n\n🚦 **Automerge**: Enabled.\n\n♻ **Rebasing**: Whenever PR becomes conflicted, or you tick the\nrebase/retry checkbox.\n\n🔕 **Ignore**: Close this PR and you won't be reminded about this update\nagain.\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/dbus2/zbus).\n\n<!--renovate-debug:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMDcuMCIsInVwZGF0ZWRJblZlciI6IjM5LjEwNy4wIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>", | ||
"timestamp": "2025-01-21T05:07:44Z", | ||
"tree_id": "c5b614ded25f247972ca6c5744c1669b2904de6e", | ||
"url": "https://github.com/dbus2/zbus/commit/8f3c0f5e639fb0a1c5566bf91d6f325936f168b0" | ||
}, | ||
"date": 1737436728463, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "message-ser/small", | ||
"value": 2222, | ||
"range": "± 72", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "message-ser/big", | ||
"value": 3114369, | ||
"range": "± 17706", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "message-de/header", | ||
"value": 232, | ||
"range": "± 3", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "message-de/body", | ||
"value": 4064400, | ||
"range": "± 26115", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_dbus_address/unix", | ||
"value": 418, | ||
"range": "± 8", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_dbus_address/tcp", | ||
"value": 503, | ||
"range": "± 32", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_name/well_known", | ||
"value": 105, | ||
"range": "± 7", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_name/unique", | ||
"value": 106, | ||
"range": "± 2", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_name/bus", | ||
"value": 111, | ||
"range": "± 2", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_name/interface", | ||
"value": 108, | ||
"range": "± 3", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_name/error", | ||
"value": 108, | ||
"range": "± 5", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_name/member", | ||
"value": 75, | ||
"range": "± 2", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/big_array_ser", | ||
"value": 220917, | ||
"range": "± 3912", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/big_array_de", | ||
"value": 415144, | ||
"range": "± 2709", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/big_array_and_ass_dict_ser", | ||
"value": 637803, | ||
"range": "± 8524", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/big_array_and_ass_dict_de", | ||
"value": 2088365, | ||
"range": "± 19962", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/big_array_and_asv_dict_ser", | ||
"value": 1700213, | ||
"range": "± 13947", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/big_array_and_asv_dict_de", | ||
"value": 4001290, | ||
"range": "± 15335", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/fixed_size_array_ser", | ||
"value": 167352, | ||
"range": "± 462", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/fixed_size_array_de", | ||
"value": 1139236, | ||
"range": "± 10839", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "signature_parse", | ||
"value": 10992, | ||
"range": "± 98", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "object_path_parse", | ||
"value": 120, | ||
"range": "± 1", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|