Skip to content
Snippets Groups Projects
Unverified Commit e86bb913 authored by Andrei Eres's avatar Andrei Eres Committed by GitHub
Browse files

Update subsystem benchmark baselines (#4532)

parent ec46106c
No related merge requests found
Pipeline #476809 waiting for manual action with stages
in 40 minutes and 23 seconds
......@@ -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() {
......
......@@ -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() {
......
......@@ -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(())
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment