pub fn build_baseline_deltas_json<'a>( total_delta: i64, per_category: impl Iterator<Item = (&'a str, usize, usize, i64)>, ) -> Value