Skip to content

Commit

Permalink
add statement-distribution-regression-bench (customSmallerIsBetter) b…
Browse files Browse the repository at this point in the history
…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.
46 changes: 45 additions & 1 deletion bench/statement-distribution-regression-bench/data.js
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": [
Expand Down Expand Up @@ -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"
}
]
}
]
}
Expand Down

0 comments on commit 48a6435

Please sign in to comment.