Skip to content

Commit

Permalink
Update subsystem benchmark baselines
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiEres committed May 21, 2024
1 parent 313fe0f commit 0b12f97
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -81,8 +81,8 @@ fn main() -> Result<(), String> {
("Sent to peers", 63547.0330, 0.001),
]));
messages.extend(average_usage.check_cpu_usage(&[
("approval-distribution", 7.0317, 0.1),
("approval-voting", 9.5751, 0.1),
("approval-distribution", 7.4075, 0.1),
("approval-voting", 9.9873, 0.1),
]));

if messages.is_empty() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -77,9 +77,9 @@ fn main() -> Result<(), String> {
("Sent to peers", 18479.9000, 0.001),
]));
messages.extend(average_usage.check_cpu_usage(&[
("availability-distribution", 0.0123, 0.1),
("availability-store", 0.1597, 0.1),
("bitfield-distribution", 0.0223, 0.1),
("availability-distribution", 0.0127, 0.1),
("availability-store", 0.1626, 0.1),
("bitfield-distribution", 0.0224, 0.1),
]));

if messages.is_empty() {
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ fn main() -> Result<(), String> {
("Received from peers", 307203.0000, 0.001),
("Sent to peers", 1.6667, 0.001),
]));
messages.extend(average_usage.check_cpu_usage(&[("availability-recovery", 12.8338, 0.1)]));
messages.extend(average_usage.check_cpu_usage(&[("availability-recovery", 12.8412, 0.1)]));

if messages.is_empty() {
Ok(())
Expand Down

0 comments on commit 0b12f97

Please sign in to comment.