Skip to content

Commit

Permalink
Adjust base value for statement-distribution regression tests
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreiEres committed Jul 16, 2024
1 parent 18a6a56 commit f857b96
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ fn main() -> Result<(), String> {
("Received from peers", 106.4000, 0.001),
("Sent to peers", 127.9100, 0.001),
]));
messages.extend(average_usage.check_cpu_usage(&[("statement-distribution", 0.0390, 0.1)]));
messages.extend(average_usage.check_cpu_usage(&[("statement-distribution", 0.0374, 0.1)]));

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

0 comments on commit f857b96

Please sign in to comment.