async-graphql/benchmark/Cargo.toml

25 lines
494 B
TOML
Raw Normal View History

2020-06-01 16:05:37 +00:00
[package]
name = "graphql-benchmark"
version = "1.14.11"
2020-06-01 16:05:37 +00:00
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
2020-06-02 12:57:07 +00:00
[dependencies]
async-std = { version = "1.5.0", features = ["attributes"] }
futures = "0.3.4"
serde_json = "*"
async-graphql-parser = { path = "../async-graphql-parser" }
async-graphql = { path = ".." }
2020-06-01 16:05:37 +00:00
[dev-dependencies]
criterion = "0.3"
simple = { path = "simple" }
2020-06-02 12:57:07 +00:00
chat = { path = "chat" }
2020-06-01 16:05:37 +00:00
[[bench]]
name = "simple"
harness = false
2020-06-02 12:57:07 +00:00
[[bench]]
name = "chat"
harness = false