diff --git a/src/main.rs b/src/main.rs index a02f88b..b068a85 100644 --- a/src/main.rs +++ b/src/main.rs @@ -105,7 +105,7 @@ impl DrillStats { } fn compute_stats(sub_reports: &[Report]) -> DrillStats { - let mut hist = Histogram::::new_with_bounds(1, 60 * 60 * 1000, 2).unwrap(); + let mut hist = Histogram::::new_with_bounds(1, 60 * 60 * 1_000_000, 2).unwrap(); let mut group_by_status = HashMap::new(); for req in sub_reports {