async-graphql/benchmark/Cargo.toml
Sunli 1fa2543c87 Release 1.17.1
async-graphql@1.17.1
async-graphql-actix-web@1.17.1
async-graphql-derive@1.17.1
async-graphql-parser@1.17.1
async-graphql-tide@1.17.1
async-graphql-warp@1.17.1
chat@1.17.1
graphql-benchmark@1.17.1
simple@1.17.1

Generated by cargo-workspaces
2020-08-04 13:34:36 +08:00

30 lines
588 B
TOML

[package]
name = "graphql-benchmark"
version = "1.17.1"
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 = ".." }
jemallocator = { version = "0.3.2", optional = true }
[dev-dependencies]
criterion = "0.3"
simple = { path = "simple" }
chat = { path = "chat" }
[features]
jemalloc = ["jemallocator"]
[[bench]]
name = "simple"
harness = false
[[bench]]
name = "chat"
harness = false