mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Fix sqlparser_bench
benchmark compilation (#1625)
This commit is contained in:
parent
77b5bd6fa8
commit
539db9fb1a
1 changed files with 1 additions and 2 deletions
|
@ -78,8 +78,7 @@ fn basic_queries(c: &mut Criterion) {
|
|||
|
||||
group.bench_function("format_large_statement", |b| {
|
||||
b.iter(|| {
|
||||
let formatted_query = large_statement.to_string();
|
||||
assert_eq!(formatted_query, large_statement);
|
||||
let _formatted_query = large_statement.to_string();
|
||||
});
|
||||
});
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue