mongodb / mongo-rust-driver

The official MongoDB Rust Driver
https://www.mongodb.com/docs/drivers/rust/current/
Apache License 2.0
1.44k stars 164 forks source link

RUST-1994 Add a benchmark for client connection #1180

Closed abr-egn closed 1 month ago

abr-egn commented 1 month ago

RUST-1994

I want to make sure that implementing the new connection routine there's no performance regression; this adds a benchmark that includes the client connection time in the measurement.

This is a benchmark run with these changes.

cargo-deny failure is unrelated.