-
-
Notifications
You must be signed in to change notification settings - Fork 97
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 c298920
- Loading branch information
github-action-benchmark
committed
Dec 31, 2024
1 parent
d2a5555
commit 94665cb
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": 1735425907000, | ||
"lastUpdate": 1735670180025, | ||
"repoUrl": "https://github.com/dbus2/zbus", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -2030,6 +2030,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": "c298920b3248049bde2fbeffc32669f3a797ce18", | ||
"message": "⬆️ micro: Update winnow to v0.6.21 (#1194)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [winnow](https://redirect.github.com/winnow-rs/winnow) | dependencies\n| patch | `0.6.20` -> `0.6.21` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>winnow-rs/winnow (winnow)</summary>\n\n###\n[`v0.6.21`](https://redirect.github.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0621---2024-12-31)\n\n[Compare\nSource](https://redirect.github.com/winnow-rs/winnow/compare/v0.6.20...v0.6.21)\n\n##### Performance\n\n- More inlining\n\n##### Documentation\n\n- Clarify roles of `peek` and `Parser::parse_peek`\n- Provide more context for people coming from `nom`\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:eyJjcmVhdGVkSW5WZXIiOiIzOS44NS4wIiwidXBkYXRlZEluVmVyIjoiMzkuODUuMCIsInRhcmdldEJyYW5jaCI6Im1haW4iLCJsYWJlbHMiOltdfQ==-->\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>", | ||
"timestamp": "2024-12-31T18:25:03Z", | ||
"tree_id": "e73aae625d0b8d46f31fba35dea97607b7c89150", | ||
"url": "https://github.com/dbus2/zbus/commit/c298920b3248049bde2fbeffc32669f3a797ce18" | ||
}, | ||
"date": 1735670179023, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "message-ser/small", | ||
"value": 2455, | ||
"range": "± 50", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "message-ser/big", | ||
"value": 2889654, | ||
"range": "± 22756", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "message-de/header", | ||
"value": 216, | ||
"range": "± 7", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "message-de/body", | ||
"value": 4258038, | ||
"range": "± 27923", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_dbus_address/unix", | ||
"value": 405, | ||
"range": "± 6", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_dbus_address/tcp", | ||
"value": 503, | ||
"range": "± 7", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_name/well_known", | ||
"value": 102, | ||
"range": "± 4", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_name/unique", | ||
"value": 105, | ||
"range": "± 4", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_name/bus", | ||
"value": 111, | ||
"range": "± 4", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_name/interface", | ||
"value": 107, | ||
"range": "± 10", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_name/error", | ||
"value": 107, | ||
"range": "± 3", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_name/member", | ||
"value": 75, | ||
"range": "± 4", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/big_array_ser", | ||
"value": 217475, | ||
"range": "± 1414", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/big_array_de", | ||
"value": 411924, | ||
"range": "± 1016", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/big_array_and_ass_dict_ser", | ||
"value": 624600, | ||
"range": "± 3056", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/big_array_and_ass_dict_de", | ||
"value": 2098506, | ||
"range": "± 23295", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/big_array_and_asv_dict_ser", | ||
"value": 1681015, | ||
"range": "± 18179", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/big_array_and_asv_dict_de", | ||
"value": 3850248, | ||
"range": "± 13421", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/fixed_size_array_ser", | ||
"value": 166646, | ||
"range": "± 1316", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/fixed_size_array_de", | ||
"value": 1132659, | ||
"range": "± 7078", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "signature_parse", | ||
"value": 11015, | ||
"range": "± 42", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "object_path_parse", | ||
"value": 101, | ||
"range": "± 3", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|