mirror of
https://github.com/apache/datafusion-sqlparser-rs.git
synced 2025-08-04 14:28:22 +00:00
![dependabot[bot]](/assets/img/avatar_default.png)
Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
15 lines
253 B
TOML
15 lines
253 B
TOML
[package]
|
|
name = "sqlparser_bench"
|
|
version = "0.1.0"
|
|
authors = ["Dandandan <danielheres@gmail.com>"]
|
|
edition = "2018"
|
|
|
|
[dependencies]
|
|
sqlparser = { path = "../" }
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.5"
|
|
|
|
[[bench]]
|
|
name = "sqlparser_bench"
|
|
harness = false
|