Cargo.toml 603 B
Newer Older
[package]
name = "jsonrpsee-benchmarks"
version = "0.1.0"
authors = ["Parity Technologies <[email protected]>"]
description = "Benchmarks for jsonrpsee"
edition = "2018"
license = "MIT"

[lib]
bench = false

[dev-dependencies]
criterion = "0.3"
futures = "0.3"
jsonrpsee-types = { path = "../types" }
jsonrpsee-http-client = { path = "../http-client" }
jsonrpsee-ws-client = { path = "../ws-client" }
jsonrpsee-ws-server = { path = "../ws-server" }
jsonrpsee-http-server = { path = "../http-server" }
num_cpus = "1"
tokio = { version = "1", features = ["full"] }

[[bench]]
name = "bench"
harness = false