async-graphql/benchmark/Cargo.toml

26 lines
495 B
TOML

[package]
name = "graphql-benchmark"
version = "1.14.12"
authors = ["sunli <scott_s829@163.com>"]
edition = "2018"
[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 = ".." }
[dev-dependencies]
criterion = "0.3"
simple = { path = "simple" }
chat = { path = "chat" }
[[bench]]
name = "simple"
harness = false
[[bench]]
name = "chat"
harness = false