forked from paritytech/polkadot-sdk
-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add request_response_protocol (cargo) benchmark result for ec74ca6
- Loading branch information
github-action-benchmark
committed
Jan 23, 2025
1 parent
8478704
commit 2dcefd9
Showing
1 changed file
with
109 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": 1737632741022, | ||
"lastUpdate": 1737637191507, | ||
"repoUrl": "https://github.com/paritytech-stg/polkadot-sdk", | ||
"entries": { | ||
"request_response_protocol": [ | ||
|
@@ -1730,6 +1730,114 @@ window.BENCHMARK_DATA = { | |
"unit": "ns/iter" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Iulian Barbu", | ||
"username": "iulianbarbu" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Maksym H", | ||
"username": "mordamax" | ||
}, | ||
"distinct": true, | ||
"id": "ec74ca6c045b2556b0c1612b94c64c34ab46cd12", | ||
"message": "install frame-omni-bencher with production profile (#78)\n\nSigned-off-by: Iulian Barbu <[email protected]>", | ||
"timestamp": "2025-01-23T12:42:18Z", | ||
"tree_id": "1b73cf28af611cfc0838433af5b03b448f55a514", | ||
"url": "https://github.com/paritytech-stg/polkadot-sdk/commit/ec74ca6c045b2556b0c1612b94c64c34ab46cd12" | ||
}, | ||
"date": 1737637183994, | ||
"tool": "cargo", | ||
"benches": [ | ||
{ | ||
"name": "request_response_protocol/libp2p/serially/64B", | ||
"value": 17371463, | ||
"range": "± 62824", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "request_response_protocol/libp2p/serially/512B", | ||
"value": 17571301, | ||
"range": "± 105665", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "request_response_protocol/libp2p/serially/4KB", | ||
"value": 19360772, | ||
"range": "± 485409", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "request_response_protocol/libp2p/serially/64KB", | ||
"value": 22940147, | ||
"range": "± 236508", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "request_response_protocol/libp2p/serially/256KB", | ||
"value": 51525302, | ||
"range": "± 273780", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "request_response_protocol/libp2p/serially/2MB", | ||
"value": 302687354, | ||
"range": "± 5559658", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "request_response_protocol/libp2p/serially/16MB", | ||
"value": 2454942942, | ||
"range": "± 19622404", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "request_response_protocol/litep2p/serially/64B", | ||
"value": 14448826, | ||
"range": "± 76378", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "request_response_protocol/litep2p/serially/512B", | ||
"value": 14648845, | ||
"range": "± 101012", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "request_response_protocol/litep2p/serially/4KB", | ||
"value": 15374821, | ||
"range": "± 223909", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "request_response_protocol/litep2p/serially/64KB", | ||
"value": 19548999, | ||
"range": "± 136760", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "request_response_protocol/litep2p/serially/256KB", | ||
"value": 51203468, | ||
"range": "± 806757", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "request_response_protocol/litep2p/serially/2MB", | ||
"value": 311429432, | ||
"range": "± 7778310", | ||
"unit": "ns/iter" | ||
}, | ||
{ | ||
"name": "request_response_protocol/litep2p/serially/16MB", | ||
"value": 2418393042, | ||
"range": "± 13470196", | ||
"unit": "ns/iter" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|