test(benches): add http1 pipeline bench target

This commit is contained in:
Sean McArthur
2018-10-23 16:01:16 -07:00
parent 4843364b5a
commit dcf0347151
2 changed files with 81 additions and 0 deletions

View File

@@ -143,6 +143,11 @@ name = "end_to_end"
path = "benches/end_to_end.rs"
required-features = ["runtime"]
[[bench]]
name = "pipeline"
path = "benches/pipeline.rs"
required-features = ["runtime"]
[[bench]]
name = "server"
path = "benches/server.rs"