Skip to content

Commit

Permalink
Update availability-distribution-regression-bench baseline after rece…
Browse files Browse the repository at this point in the history
…nt subsystem changes
  • Loading branch information
AndreiEres committed Jul 30, 2024
1 parent 4def82e commit fd734d2
Showing 1 changed file with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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() {
Expand Down

0 comments on commit fd734d2

Please sign in to comment.