rename bench name

This commit is contained in:
Pascal Seitz
2026-08-04 10:41:44 +02:00
committed by PSeitz
parent 83ffe96189
commit bc225eecdf
+1 -1
View File
@@ -122,7 +122,7 @@ fn bench_agg(runner: &mut BenchRunner, index: &Index, execute_filtered: Aggregat
multi_terms_vs_nested.clone(),
));
groups.push((
"multi_terms_vs_nested_filtered",
"multi_terms_vs_nested_with_1%_term_query",
execute_filtered,
multi_terms_vs_nested,
));