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