-
Type: Bug
-
Resolution: Fixed
-
Priority: Unknown
-
Affects Version/s: None
-
Component/s: None
-
None
From a user report: https://github.com/mongodb/mongo-rust-driver/issues/913
TL;DR - running N concurrent tasks shows a linear slowdown, where the first task will complete immediately and the Nth task will be slower by a factor of N. This strongly smells like we've accidentally bottlenecked operations somewhere.