summaryrefslogtreecommitdiffstats
path: root/benches/Cargo.toml
blob: 8c9ad1d39ecad8f657a45b5f392eed692342b7a9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
[package]
name = "benches"
version = "0.0.0"
publish = false
edition = "2018"

[dependencies]
tokio = { version = "0.2.0", path = "../tokio", features = ["full"] }
bencher = "0.1.5"

[[bench]]
name = "spawn"
path = "spawn.rs"
harness = false

[[bench]]
name = "mpsc"
path = "mpsc.rs"
harness = false