Add unit tests

This commit is contained in:
Andras Schmelczer 2026-02-05 21:19:01 +00:00
parent 55598aaaa0
commit 5fe192d25a
9 changed files with 512 additions and 1037 deletions

View file

@ -282,7 +282,9 @@ pub async fn get_hexagons(
let t_total = t0.elapsed();
info!(
resolution,
cells = groups.len(),
cells_before_filter = groups.len(),
cells_after_filter = features.len(),
bounds = format_args!("{:.4},{:.4},{:.4},{:.4}", south, west, north, east),
filters = num_filters,
filters_raw = filters_str.as_deref().unwrap_or("-"),
agg_ms = format_args!("{:.1}", t_agg.as_secs_f64() * 1000.0),