rust-postgres/postgres/benches
Steven Fackler 09a63d6255 Move to local runtimes per connection
This avoids a bunch of context switches and cross-thread
synchronization, which ends up improving the performance of a simple
query by ~20%, from 252us to 216us.
2019-12-03 18:25:29 -08:00
..
bench.rs Move to local runtimes per connection 2019-12-03 18:25:29 -08:00