-
Notifications
You must be signed in to change notification settings - Fork 798
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add statement-distribution-regression-bench (customSmallerIsBetter) b…
…enchmark result for 18ed309
- Loading branch information
github-action-benchmark
committed
Jul 1, 2024
1 parent
a0857d3
commit ff70da7
Showing
1 changed file
with
43 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": 1719852736522, | ||
"lastUpdate": 1719870267386, | ||
"repoUrl": "https://github.com/paritytech/polkadot-sdk", | ||
"entries": { | ||
"statement-distribution-regression-bench": [ | ||
|
@@ -3614,6 +3614,48 @@ window.BENCHMARK_DATA = { | |
"unit": "seconds" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"name": "Kazunobu Ndong", | ||
"username": "ndkazu", | ||
"email": "[email protected]" | ||
}, | ||
"committer": { | ||
"name": "GitHub", | ||
"username": "web-flow", | ||
"email": "[email protected]" | ||
}, | ||
"id": "18ed309a37036db8429665f1e91fb24ab312e646", | ||
"message": "Pallet Name Customisation (#4806)\n\nAdded Instructions for pallet name customisation in the ReadMe\r\n\r\n---------\r\n\r\nSigned-off-by: Oliver Tale-Yazdi <[email protected]>\r\nCo-authored-by: Oliver Tale-Yazdi <[email protected]>\r\nCo-authored-by: Bastian Köcher <[email protected]>", | ||
"timestamp": "2024-07-01T20:18:27Z", | ||
"url": "https://github.com/paritytech/polkadot-sdk/commit/18ed309a37036db8429665f1e91fb24ab312e646" | ||
}, | ||
"date": 1719870237946, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Sent to peers", | ||
"value": 127.92999999999995, | ||
"unit": "KiB" | ||
}, | ||
{ | ||
"name": "Received from peers", | ||
"value": 106.40199999999997, | ||
"unit": "KiB" | ||
}, | ||
{ | ||
"name": "statement-distribution", | ||
"value": 0.03869155290400002, | ||
"unit": "seconds" | ||
}, | ||
{ | ||
"name": "test-environment", | ||
"value": 0.04803751275400001, | ||
"unit": "seconds" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|