0
0
mirror of https://github.com/tursodatabase/libsql.git synced 2024-12-16 05:38:47 +00:00
2023-10-27 10:00:54 -04:00

17 lines
343 B
TOML

[package]
name = "sqlparser_bench"
version = "0.1.0"
authors = ["Dandandan <danielheres@gmail.com>"]
edition = "2018"
[dependencies]
sqlite3-parser = { path = "..", default-features = false, features = ["YYNOERRORRECOVERY"] }
fallible-iterator = "0.3"
[dev-dependencies]
criterion = "0.5"
[[bench]]
name = "sqlparser_bench"
harness = false