FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

datafusion-sqlparser-rs/sqlparser_bench at main · apache/datafusion-sqlparser-rs · GitHub

Latest commit

 

History

History

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

README.md

Benchmarks for sqlparser. See the main README for more information.

Note: this is in a separate, non workspace crate to avoid adding a dependency on criterion to the main crate (which complicates testing without std).

Running Benchmarks

cargo bench --bench sqlparser_bench

Profiling

Note you can generate a flamegraph using the following command:

cargo flamegraph --bench sqlparser_bench

Here is an example flamegraph:


Back | FazBrowse Home | New Git URL