Skip to content

Commit

Permalink
add approval-voting-regression-bench (customSmallerIsBetter) benchmar…
Browse files Browse the repository at this point in the history
…k result for 812dbff
  • Loading branch information
github-action-benchmark committed Jun 22, 2024
1 parent 02b4b38 commit e921ece
Showing 1 changed file with 48 additions and 1 deletion.
49 changes: 48 additions & 1 deletion bench/approval-voting-regression-bench/data.js
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
window.BENCHMARK_DATA = {
"lastUpdate": 1718988917271,
"lastUpdate": 1719071088153,
"repoUrl": "https://github.com/paritytech/polkadot-sdk",
"entries": {
"approval-voting-regression-bench": [
Expand Down Expand Up @@ -8180,6 +8180,53 @@ window.BENCHMARK_DATA = {
"unit": "seconds"
}
]
},
{
"commit": {
"author": {
"name": "Muharem",
"username": "muharem",
"email": "[email protected]"
},
"committer": {
"name": "GitHub",
"username": "web-flow",
"email": "[email protected]"
},
"id": "812dbff17513cbd2aeb2ff9c41214711bd1c0004",
"message": "Frame: `Consideration` trait generic over `Footprint` and indicates zero cost (#4596)\n\n`Consideration` trait generic over `Footprint` and indicates zero cost\nfor a give footprint.\n\n`Consideration` trait is generic over `Footprint` (currently defined\nover the type with the same name). This makes it possible to setup a\ncustom footprint (e.g. current number of proposals in the storage).\n\n`Consideration::new` and `Consideration::update` return an\n`Option<Self>` instead `Self`, this make it possible to indicate a no\ncost for a specific footprint (e.g. if current number of proposals in\nthe storage < max_proposal_count / 2 then no cost).\n\nThese cases need to be handled for\nhttps://github.com/paritytech/polkadot-sdk/pull/3151",
"timestamp": "2024-06-22T13:54:33Z",
"url": "https://github.com/paritytech/polkadot-sdk/commit/812dbff17513cbd2aeb2ff9c41214711bd1c0004"
},
"date": 1719071058627,
"tool": "customSmallerIsBetter",
"benches": [
{
"name": "Sent to peers",
"value": 63550.87999999999,
"unit": "KiB"
},
{
"name": "Received from peers",
"value": 52943,
"unit": "KiB"
},
{
"name": "approval-voting",
"value": 12.142237593610112,
"unit": "seconds"
},
{
"name": "approval-distribution",
"value": 9.638549754010011,
"unit": "seconds"
},
{
"name": "test-environment",
"value": 4.83201469806029,
"unit": "seconds"
}
]
}
]
}
Expand Down

0 comments on commit e921ece

Please sign in to comment.