-
-
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 eab109b
- Loading branch information
github-action-benchmark
committed
Jan 28, 2025
1 parent
2e610e0
commit 21544d5
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": 1738011681339, | ||
"lastUpdate": 1738029093988, | ||
"repoUrl": "https://github.com/dbus2/zbus", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -470,6 +470,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": "eab109b5c35f6f91b077a511103b903a0135d900", | ||
"message": "⬆️ micro: Update winnow to v0.6.25 (#1226)\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.24` -> `0.6.25` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>winnow-rs/winnow (winnow)</summary>\n\n###\n[`v0.6.25`](https://redirect.github.com/winnow-rs/winnow/blob/HEAD/CHANGELOG.md#0625---2025-01-27)\n\n[Compare\nSource](https://redirect.github.com/winnow-rs/winnow/compare/v0.6.24...v0.6.25)\n\n##### Compatibility\n\n- Deprecated `PResult` in favor of `ModalResult`: v0.7 will make\n`ErrMode` optional and `PResult` will no longer be descriptive enough\n- Deprecate `IResult` in favor of `PResult<(I, O)>`\n\n##### Documentation\n\n- Update comparison with nom\n\n##### Fixes\n\n- Ensure we append errors in `repeat(_).fold(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:eyJjcmVhdGVkSW5WZXIiOiIzOS4xMjUuMSIsInVwZGF0ZWRJblZlciI6IjM5LjEyNS4xIiwidGFyZ2V0QnJhbmNoIjoibWFpbiIsImxhYmVscyI6W119-->\n\nCo-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>", | ||
"timestamp": "2025-01-28T01:40:36Z", | ||
"tree_id": "15c430b16bf981382d290838774862be8084592b", | ||
"url": "https://github.com/dbus2/zbus/commit/eab109b5c35f6f91b077a511103b903a0135d900" | ||
}, | ||
"date": 1738029092819, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "message-ser/small", | ||
"value": 2136, | ||
"range": "± 43", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "message-ser/big", | ||
"value": 3072842, | ||
"range": "± 27900", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "message-de/header", | ||
"value": 264, | ||
"range": "± 3", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "message-de/body", | ||
"value": 3884594, | ||
"range": "± 28271", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_dbus_address/unix", | ||
"value": 405, | ||
"range": "± 2", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_dbus_address/tcp", | ||
"value": 512, | ||
"range": "± 6", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_name/well_known", | ||
"value": 111, | ||
"range": "± 2", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_name/unique", | ||
"value": 115, | ||
"range": "± 2", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_name/bus", | ||
"value": 116, | ||
"range": "± 2", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_name/interface", | ||
"value": 104, | ||
"range": "± 2", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_name/error", | ||
"value": 104, | ||
"range": "± 3", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_name/member", | ||
"value": 94, | ||
"range": "± 1", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/big_array_ser", | ||
"value": 220171, | ||
"range": "± 1250", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/big_array_de", | ||
"value": 412862, | ||
"range": "± 2237", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/big_array_and_ass_dict_ser", | ||
"value": 641718, | ||
"range": "± 57498", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/big_array_and_ass_dict_de", | ||
"value": 2091292, | ||
"range": "± 5781", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/big_array_and_asv_dict_ser", | ||
"value": 1737562, | ||
"range": "± 6185", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/big_array_and_asv_dict_de", | ||
"value": 3813111, | ||
"range": "± 33655", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/fixed_size_array_ser", | ||
"value": 169629, | ||
"range": "± 418", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/fixed_size_array_de", | ||
"value": 1147679, | ||
"range": "± 2330", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "signature_parse", | ||
"value": 11064, | ||
"range": "± 30", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "object_path_parse", | ||
"value": 115, | ||
"range": "± 2", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|