Skip to content

Commit

Permalink
Update approval-voting banchmarks base values
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiEres committed Apr 25, 2024
1 parent b801d00 commit ebab49a
Showing 1 changed file with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -77,12 +77,12 @@ fn main() -> Result<(), String> {
// We expect no variance for received and sent
// but use 0.001 because we operate with floats
messages.extend(average_usage.check_network_usage(&[
("Received from peers", 52944.7000, 0.001),
("Sent to peers", 63532.2000, 0.001),
("Received from peers", 52942.4600, 0.001),
("Sent to peers", 63547.0330, 0.001),
]));
messages.extend(average_usage.check_cpu_usage(&[
("approval-distribution", 7.7883, 0.1),
("approval-voting", 10.4655, 0.1),
("approval-distribution", 7.0317, 0.1),
("approval-voting", 9.5751, 0.1),
]));

if messages.is_empty() {
Expand Down

0 comments on commit ebab49a

Please sign in to comment.