Skip to content

Commit

Permalink
Update subsystem-benchmark with the new numbers
Browse files Browse the repository at this point in the history
Signed-off-by: Alexandru Gheorghe <alexandru.gheorghe@parity.io>
  • Loading branch information
alexggh committed Sep 1, 2024
1 parent 079f514 commit 4ac1ea2
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ fn main() -> Result<(), String> {
("Sent to peers", 63995.2200, 0.01),
]));
messages.extend(average_usage.check_cpu_usage(&[
("approval-distribution", 6.3912, 0.1),
("approval-voting", 10.0578, 0.1),
("approval-distribution", 12.2736, 0.1),
("approval-voting", 2.7174, 0.1),
]));

if messages.is_empty() {
Expand Down

0 comments on commit 4ac1ea2

Please sign in to comment.