From b764d721c445036822dc4fdb6d5a2b15365d734e Mon Sep 17 00:00:00 2001 From: github-action-benchmark Date: Tue, 7 May 2024 23:18:22 +0000 Subject: [PATCH] add approval-voting-regression-bench (customSmallerIsBetter) benchmark result for c91c13b9c1d6eaf12d89dbf088c1e16b25261822 --- .../approval-voting-regression-bench/data.js | 49 ++++++++++++++++++- 1 file changed, 48 insertions(+), 1 deletion(-) diff --git a/bench/approval-voting-regression-bench/data.js b/bench/approval-voting-regression-bench/data.js index 6dcef4778d09..c9b3918f01ec 100644 --- a/bench/approval-voting-regression-bench/data.js +++ b/bench/approval-voting-regression-bench/data.js @@ -1,5 +1,5 @@ window.BENCHMARK_DATA = { - "lastUpdate": 1715121393124, + "lastUpdate": 1715123901674, "repoUrl": "https://github.com/paritytech/polkadot-sdk", "entries": { "approval-voting-regression-bench": [ @@ -2587,6 +2587,53 @@ window.BENCHMARK_DATA = { "unit": "seconds" } ] + }, + { + "commit": { + "author": { + "name": "Branislav Kontur", + "username": "bkontur", + "email": "bkontur@gmail.com" + }, + "committer": { + "name": "GitHub", + "username": "web-flow", + "email": "noreply@github.com" + }, + "id": "c91c13b9c1d6eaf12d89dbf088c1e16b25261822", + "message": "Generate XCM weights for coretimes (#4396)\n\nAddressing comment:\nhttps://github.com/paritytech/polkadot-sdk/pull/3455#issuecomment-2094829076\n\n---------\n\nCo-authored-by: command-bot <>", + "timestamp": "2024-05-07T21:50:32Z", + "url": "https://github.com/paritytech/polkadot-sdk/commit/c91c13b9c1d6eaf12d89dbf088c1e16b25261822" + }, + "date": 1715123875379, + "tool": "customSmallerIsBetter", + "benches": [ + { + "name": "Received from peers", + "value": 52944.5, + "unit": "KiB" + }, + { + "name": "Sent to peers", + "value": 63546.62000000001, + "unit": "KiB" + }, + { + "name": "approval-voting", + "value": 9.263894010299913, + "unit": "seconds" + }, + { + "name": "test-environment", + "value": 2.8759899162901195, + "unit": "seconds" + }, + { + "name": "approval-distribution", + "value": 6.874875719489987, + "unit": "seconds" + } + ] } ] }