mirror of
https://github.com/GreptimeTeam/greptimedb.git
synced 2026-01-08 06:12:55 +00:00
* fix: invalid requests created by nyc-taxi * feat: add timestamp to table name * style: fix clippy * chore: re-export deps for client * fix: wait result * chore: no need to define a prefix constant
17 lines
374 B
TOML
17 lines
374 B
TOML
[package]
|
|
name = "benchmarks"
|
|
version.workspace = true
|
|
edition.workspace = true
|
|
license.workspace = true
|
|
|
|
[dependencies]
|
|
arrow.workspace = true
|
|
chrono.workspace = true
|
|
clap = { version = "4.0", features = ["derive"] }
|
|
client = { workspace = true }
|
|
futures-util.workspace = true
|
|
indicatif = "0.17.1"
|
|
itertools.workspace = true
|
|
parquet.workspace = true
|
|
tokio.workspace = true
|