perf(client): change HttpConnecting to hold Arc<Config> instead of inlined fields

This commit is contained in:
Sean McArthur
2019-10-23 15:48:47 -07:00
parent f71304b449
commit 8b878a805a
3 changed files with 71 additions and 50 deletions

View File

@@ -170,6 +170,11 @@ path = "examples/web_api.rs"
required-features = ["runtime", "unstable-stream"]
[[bench]]
name = "connect"
path = "benches/connect.rs"
required-features = ["runtime"]
[[bench]]
name = "end_to_end"
path = "benches/end_to_end.rs"