-
Notifications
You must be signed in to change notification settings - Fork 766
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 0b4f131
- Loading branch information
github-action-benchmark
committed
Jan 3, 2025
1 parent
689613e
commit 48a6435
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": 1735914167662, | ||
"lastUpdate": 1735946614209, | ||
"repoUrl": "https://github.com/paritytech/polkadot-sdk", | ||
"entries": { | ||
"statement-distribution-regression-bench": [ | ||
|
@@ -27146,6 +27146,50 @@ window.BENCHMARK_DATA = { | |
"unit": "seconds" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Qiwei Yang", | ||
"username": "qiweiii" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "GitHub", | ||
"username": "web-flow" | ||
}, | ||
"distinct": true, | ||
"id": "0b4f131b000e01f1aca3f023937a36dcc281d5e2", | ||
"message": "Replace duplicated whitelist with whitelisted_storage_keys (#7024)\n\nrelated issue: #7018\n\nreplaced duplicated whitelists with\n`AllPalletsWithSystem::whitelisted_storage_keys();` in this PR\n\n---------\n\nCo-authored-by: Guillaume Thiolliere <[email protected]>\nCo-authored-by: Bastian Köcher <[email protected]>", | ||
"timestamp": "2025-01-03T22:22:12Z", | ||
"tree_id": "152f965d219452ec180463a016d757b195bd79ff", | ||
"url": "https://github.com/paritytech/polkadot-sdk/commit/0b4f131b000e01f1aca3f023937a36dcc281d5e2" | ||
}, | ||
"date": 1735946598213, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Sent to peers", | ||
"value": 127.94599999999993, | ||
"unit": "KiB" | ||
}, | ||
{ | ||
"name": "Received from peers", | ||
"value": 106.39999999999996, | ||
"unit": "KiB" | ||
}, | ||
{ | ||
"name": "test-environment", | ||
"value": 0.045126456535999955, | ||
"unit": "seconds" | ||
}, | ||
{ | ||
"name": "statement-distribution", | ||
"value": 0.03526762672200002, | ||
"unit": "seconds" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|