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 statement-distribution-regression-bench (customSmallerIsBetter) b…
…enchmark result for 374f3c0
- Loading branch information
github-action-benchmark
committed
Jan 23, 2025
1 parent
2fe7748
commit 39af0c5
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": 1737637833478, | ||
"lastUpdate": 1737651931821, | ||
"repoUrl": "https://github.com/paritytech-stg/polkadot-sdk", | ||
"entries": { | ||
"statement-distribution-regression-bench": [ | ||
|
@@ -1542,6 +1542,50 @@ window.BENCHMARK_DATA = { | |
"unit": "seconds" | ||
} | ||
] | ||
}, | ||
{ | ||
"commit": { | ||
"author": { | ||
"email": "[email protected]", | ||
"name": "Maksym H", | ||
"username": "mordamax" | ||
}, | ||
"committer": { | ||
"email": "[email protected]", | ||
"name": "Maksym H", | ||
"username": "mordamax" | ||
}, | ||
"distinct": true, | ||
"id": "374f3c0f8d5a73af04b227adfc69ef6f0dae5511", | ||
"message": "Update cmd.yml", | ||
"timestamp": "2025-01-23T16:37:58Z", | ||
"tree_id": "1507247082bb2fb3e200a14f2cc8dd0e3254763b", | ||
"url": "https://github.com/paritytech-stg/polkadot-sdk/commit/374f3c0f8d5a73af04b227adfc69ef6f0dae5511" | ||
}, | ||
"date": 1737651924461, | ||
"tool": "customSmallerIsBetter", | ||
"benches": [ | ||
{ | ||
"name": "Received from peers", | ||
"value": 106.39999999999996, | ||
"unit": "KiB" | ||
}, | ||
{ | ||
"name": "Sent to peers", | ||
"value": 127.92999999999991, | ||
"unit": "KiB" | ||
}, | ||
{ | ||
"name": "test-environment", | ||
"value": 0.04472881382599991, | ||
"unit": "seconds" | ||
}, | ||
{ | ||
"name": "statement-distribution", | ||
"value": 0.035077264723999996, | ||
"unit": "seconds" | ||
} | ||
] | ||
} | ||
] | ||
} | ||
|