perf(client): change HttpConnecting to hold Arc<Config> instead of inlined fields
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user