421b343398
Additionally: - remove obsolete benches in benches/ dir - restore benches in juniper/benches/ dir
17 lines
340 B
TOML
17 lines
340 B
TOML
[package]
|
|
name = "juniper_benchmarks"
|
|
version = "0.1.0"
|
|
edition = "2018"
|
|
authors = ["Christoph Herzog <chris@theduke.at>"]
|
|
|
|
[dependencies]
|
|
futures = "0.3"
|
|
juniper = { path = "../juniper" }
|
|
|
|
[dev-dependencies]
|
|
criterion = "0.3"
|
|
tokio = { version = "0.2", features = ["rt-core", "rt-threaded"] }
|
|
|
|
[[bench]]
|
|
name = "benchmark"
|
|
harness = false
|