2019-08-21 05:07:30 -05:00
|
|
|
[package]
|
|
|
|
name = "juniper_benchmarks"
|
2022-04-08 09:44:50 -05:00
|
|
|
version = "0.0.0"
|
2022-07-13 05:30:51 -05:00
|
|
|
edition = "2021"
|
2020-10-19 11:42:27 -05:00
|
|
|
authors = ["Christoph Herzog <chris@theduke.at>"]
|
2022-04-08 09:44:50 -05:00
|
|
|
publish = false
|
2019-08-21 05:07:30 -05:00
|
|
|
|
|
|
|
[dependencies]
|
2024-03-20 09:53:25 -05:00
|
|
|
dataloader = "0.17" # for Book only
|
2020-10-19 11:42:27 -05:00
|
|
|
futures = "0.3"
|
2020-03-09 01:20:11 -05:00
|
|
|
juniper = { path = "../juniper" }
|
2019-08-21 05:07:30 -05:00
|
|
|
|
|
|
|
[dev-dependencies]
|
2023-07-06 10:30:35 -05:00
|
|
|
criterion = "0.5"
|
2022-04-08 09:44:50 -05:00
|
|
|
tokio = { version = "1.0", features = ["rt-multi-thread"] }
|
2020-10-19 11:42:27 -05:00
|
|
|
|
|
|
|
[[bench]]
|
|
|
|
name = "benchmark"
|
|
|
|
harness = false
|