-
Notifications
You must be signed in to change notification settings - Fork 764
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add availability-distribution-regression-bench (customSmallerIsBetter…
…) benchmark result for c91c13b
- Loading branch information
github-action-benchmark
committed
May 7, 2024
1 parent
efddaa8
commit baa3514
Showing
1 changed file
with
53 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": 1715115100130, | ||
"lastUpdate": 1715121691206, | ||
"repoUrl": "https://github.com/paritytech/polkadot-sdk", | ||
"entries": { | ||
"availability-distribution-regression-bench": [ | ||
|
@@ -8790,6 +8790,58 @@ window.BENCHMARK_DATA = { | |
"unit": "seconds" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"name": "Branislav Kontur", | ||
"username": "bkontur", | ||
"email": "[email protected]" | ||
}, | ||
"committer": { | ||
"name": "GitHub", | ||
"username": "web-flow", | ||
"email": "[email protected]" | ||
}, | ||
"id": "c91c13b9c1d6eaf12d89dbf088c1e16b25261822", | ||
"message": "Generate XCM weights for coretimes (#4396)\n\nAddressing comment:\nhttps://github.com/paritytech/polkadot-sdk/pull/3455#issuecomment-2094829076\n\n---------\n\nCo-authored-by: command-bot <>", | ||
"timestamp": "2024-05-07T21:50:32Z", | ||
"url": "https://github.com/paritytech/polkadot-sdk/commit/c91c13b9c1d6eaf12d89dbf088c1e16b25261822" | ||
}, | ||
"date": 1715121664124, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Sent to peers", | ||
"value": 18479.939999999995, | ||
"unit": "KiB" | ||
}, | ||
{ | ||
"name": "Received from peers", | ||
"value": 433.3333333333332, | ||
"unit": "KiB" | ||
}, | ||
{ | ||
"name": "test-environment", | ||
"value": 0.008440926573333335, | ||
"unit": "seconds" | ||
}, | ||
{ | ||
"name": "availability-store", | ||
"value": 0.15533438469333333, | ||
"unit": "seconds" | ||
}, | ||
{ | ||
"name": "bitfield-distribution", | ||
"value": 0.02179736795333333, | ||
"unit": "seconds" | ||
}, | ||
{ | ||
"name": "availability-distribution", | ||
"value": 0.011510209253333334, | ||
"unit": "seconds" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|