datafusion-sqlparse/docs/benchmarking.md
2020-06-07 16:46:55 +03:00

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.