Skip to content

Commit

Permalink
[subsystem-benchmark] Update availability-distribution-regression-ben…
Browse files Browse the repository at this point in the history
…ch baseline after recent subsystem changes (paritytech#5180)
  • Loading branch information
AndreiEres authored and TarekkMA committed Aug 2, 2024
1 parent 399858c commit fc1eb6d
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 fc1eb6d

Please sign in to comment.