test(benches): update pipeline benchmark to async/await

This commit is contained in:
Weihang Lo
2019-07-16 22:55:38 +08:00
committed by Sean McArthur
parent ed10ffaef3
commit 63a8f26583
2 changed files with 32 additions and 24 deletions

View File

@@ -151,10 +151,10 @@ required-features = ["runtime"]
#path = "benches/end_to_end.rs"
#required-features = ["runtime"]
#[[bench]]
#name = "pipeline"
#path = "benches/pipeline.rs"
#required-features = ["runtime"]
[[bench]]
name = "pipeline"
path = "benches/pipeline.rs"
required-features = ["runtime"]
#[[bench]]
#name = "server"