Make benchmark statement valid

This commit is contained in:
Petr Novotnik 2025-12-21 18:09:23 +01:00
parent 355a3bfd90
commit e23b98dcd8

View file

@ -51,7 +51,7 @@ fn basic_queries(c: &mut Criterion) {
let tables = (0..1000)
.map(|n| format!("TABLE_{n}"))
.collect::<Vec<_>>()
.join(" JOIN ");
.join(" CROSS JOIN ");
let where_condition = (0..1000)
.map(|n| format!("COL_{n} = {n}"))
.collect::<Vec<_>>()