mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-27 09:24:04 +00:00
6 lines
277 B
Markdown
6 lines
277 B
Markdown
# Benchmarking
|
|
|
|
Run `cargo bench` in the project `sqlparser_bench` execute the queries.
|
|
It will report results using the `criterion` library to perform the benchmarking.
|
|
|
|
The bench project lives in another crate, to avoid the negative impact on building the `sqlparser` crate.
|