juniper/benches/Cargo.toml
dependabot[bot] 2b1a2a7f5d
Upgrade criterion crate 0.4 version (#1103)
- fix `juniper_benchmarks` sub-crate compilation
- add CI job to track `juniper_benchmarks` sub-crate regressions

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kai Ren <tyranron@gmail.com>
2022-09-12 16:54:17 +00:00

18 lines
349 B
TOML

[package]
name = "juniper_benchmarks"
version = "0.0.0"
edition = "2021"
authors = ["Christoph Herzog <chris@theduke.at>"]
publish = false
[dependencies]
futures = "0.3"
juniper = { path = "../juniper" }
[dev-dependencies]
criterion = "0.4"
tokio = { version = "1.0", features = ["rt-multi-thread"] }
[[bench]]
name = "benchmark"
harness = false