-
-
Notifications
You must be signed in to change notification settings - Fork 94
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 839c986
- Loading branch information
github-action-benchmark
committed
Jan 19, 2025
1 parent
6bf918c
commit 461c628
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": 1737206161063, | ||
"lastUpdate": 1737278909598, | ||
"repoUrl": "https://github.com/dbus2/zbus", | ||
"entries": { | ||
"Benchmark": [ | ||
|
@@ -1562,6 +1562,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": "839c98623438ce9625ae2095b9e7d43820ab864a", | ||
"message": "⬆️ micro: Update test-log to v0.2.17 (#1220)\n\nThis PR contains the following updates:\n\n| Package | Type | Update | Change |\n|---|---|---|---|\n| [test-log](https://redirect.github.com/d-e-s-o/test-log) |\ndev-dependencies | patch | `0.2.16` -> `0.2.17` |\n\n---\n\n### Release Notes\n\n<details>\n<summary>d-e-s-o/test-log (test-log)</summary>\n\n###\n[`v0.2.17`](https://redirect.github.com/d-e-s-o/test-log/blob/HEAD/CHANGELOG.md#0217)\n\n[Compare\nSource](https://redirect.github.com/d-e-s-o/test-log/compare/v0.2.16...v0.2.17)\n\n- Changed default log level to `INFO`\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-19T09:17:14Z", | ||
"tree_id": "ce2b521f0e99b0c1b83870e5e4bfb6102776a243", | ||
"url": "https://github.com/dbus2/zbus/commit/839c98623438ce9625ae2095b9e7d43820ab864a" | ||
}, | ||
"date": 1737278907949, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "message-ser/small", | ||
"value": 2209, | ||
"range": "± 75", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "message-ser/big", | ||
"value": 2952450, | ||
"range": "± 44051", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "message-de/header", | ||
"value": 254, | ||
"range": "± 7", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "message-de/body", | ||
"value": 3804201, | ||
"range": "± 15936", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_dbus_address/unix", | ||
"value": 433, | ||
"range": "± 3", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_dbus_address/tcp", | ||
"value": 530, | ||
"range": "± 16", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_name/well_known", | ||
"value": 107, | ||
"range": "± 6", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_name/unique", | ||
"value": 115, | ||
"range": "± 3", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_name/bus", | ||
"value": 113, | ||
"range": "± 3", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_name/interface", | ||
"value": 103, | ||
"range": "± 2", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_name/error", | ||
"value": 104, | ||
"range": "± 3", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "parse_name/member", | ||
"value": 105, | ||
"range": "± 1", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/big_array_ser", | ||
"value": 216187, | ||
"range": "± 1307", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/big_array_de", | ||
"value": 413912, | ||
"range": "± 2133", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/big_array_and_ass_dict_ser", | ||
"value": 631951, | ||
"range": "± 2878", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/big_array_and_ass_dict_de", | ||
"value": 2082888, | ||
"range": "± 19024", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/big_array_and_asv_dict_ser", | ||
"value": 1677316, | ||
"range": "± 5193", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/big_array_and_asv_dict_de", | ||
"value": 3770436, | ||
"range": "± 102442", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/fixed_size_array_ser", | ||
"value": 167340, | ||
"range": "± 1120", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "dbus/fixed_size_array_de", | ||
"value": 1124188, | ||
"range": "± 8733", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "signature_parse", | ||
"value": 10906, | ||
"range": "± 176", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "object_path_parse", | ||
"value": 120, | ||
"range": "± 4", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|