Skip to content
Snippets Groups Projects
Unverified Commit 07544295 authored by Andrei Eres's avatar Andrei Eres Committed by GitHub
Browse files

[subsystem-benchmark] Update availability-distribution-regression-bench...

[subsystem-benchmark] Update availability-distribution-regression-bench baseline after recent subsystem changes (#5180)
parent 839ead34
No related merge requests found
Pipeline #486855 waiting for manual action with stages
in 1 hour, 37 minutes, and 32 seconds
......@@ -73,9 +73,9 @@ fn main() -> Result<(), String> {
("Sent to peers", 18479.9000, 0.001),
]));
messages.extend(average_usage.check_cpu_usage(&[
("availability-distribution", 0.0127, 0.1),
("availability-store", 0.1626, 0.1),
("bitfield-distribution", 0.0224, 0.1),
("availability-distribution", 0.0128, 0.1),
("availability-store", 0.1733, 0.1),
("bitfield-distribution", 0.0223, 0.1),
]));
if messages.is_empty() {
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment