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

This commit is contained in:
Weihang Lo
2019-07-17 06:54:41 +08:00
committed by Sean McArthur
parent 63a8f26583
commit db86e554d5
2 changed files with 40 additions and 36 deletions

View File

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