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-1902 Fix benchmarks for client 3.0 API #1172

Closed abr-egn closed 2 months ago

abr-egn commented 2 months ago

RUST-1902

When I looked to sanity check that https://github.com/mongodb/bson-rust/pull/483 hadn't caused a regression I discovered to my dismay that the whole benchmark suite has been broken since 3.0 :(

This PR fixes compilation, but the actual server-connecting benchmarks are still broken, I filed RUST-1997 for that.