-
Notifications
You must be signed in to change notification settings - Fork 767
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add availability-recovery-regression-bench (customSmallerIsBetter) be…
…nchmark result for 738282a
- Loading branch information
github-action-benchmark
committed
Jan 11, 2025
1 parent
4a9370b
commit ac9c936
Showing
1 changed file
with
45 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": 1736479276047, | ||
"lastUpdate": 1736595209312, | ||
"repoUrl": "https://github.com/paritytech/polkadot-sdk", | ||
"entries": { | ||
"availability-recovery-regression-bench": [ | ||
|
@@ -37482,6 +37482,50 @@ window.BENCHMARK_DATA = { | |
"unit": "seconds" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Bastian Köcher", | ||
"username": "bkchr" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "738282a2c4127f5e6a1c8d50235ba126b9f05025", | ||
"message": "Fix incorrected deprecated message (#7118)", | ||
"timestamp": "2025-01-11T10:32:50Z", | ||
"tree_id": "b2498b9f12218fdc6dbd1e34243d44889f118bc3", | ||
"url": "https://github.com/paritytech/polkadot-sdk/commit/738282a2c4127f5e6a1c8d50235ba126b9f05025" | ||
}, | ||
"date": 1736595192532, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Received from peers", | ||
"value": 307203, | ||
"unit": "KiB" | ||
}, | ||
{ | ||
"name": "Sent to peers", | ||
"value": 1.6666666666666665, | ||
"unit": "KiB" | ||
}, | ||
{ | ||
"name": "test-environment", | ||
"value": 0.22918976790000004, | ||
"unit": "seconds" | ||
}, | ||
{ | ||
"name": "availability-recovery", | ||
"value": 11.314435077966666, | ||
"unit": "seconds" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|