mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-07-07 17:04:59 +00:00
Add benchmarks using cargo bench / criterion (#190)
This commit is contained in:
parent
d32df527e6
commit
6e6fae73a0
4 changed files with 73 additions and 0 deletions
6
docs/benchmarking.md
Normal file
6
docs/benchmarking.md
Normal file
|
@ -0,0 +1,6 @@
|
|||
# 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.
|
Loading…
Add table
Add a link
Reference in a new issue