mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-11-12 11:57:40 +00:00
|
Some checks are pending
license / Release Audit Tool (RAT) (push) Waiting to run
Rust / codestyle (push) Waiting to run
Rust / lint (push) Waiting to run
Rust / benchmark-lint (push) Waiting to run
Rust / compile (push) Waiting to run
Rust / docs (push) Waiting to run
Rust / compile-no-std (push) Waiting to run
Rust / test (beta) (push) Waiting to run
Rust / test (nightly) (push) Waiting to run
Rust / test (stable) (push) Waiting to run
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> |
||
|---|---|---|
| .. | ||
| benches | ||
| img | ||
| Cargo.toml | ||
| 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