mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-12-23 11:12:51 +00:00
Make benchmark statement valid
This commit is contained in:
parent
67684c84d4
commit
57ae5cae33
1 changed files with 1 additions and 1 deletions
|
|
@ -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<_>>()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue