aquatic_http_load_test: store connections in a slab::Slab

This commit is contained in:
Joakim Frostegård 2020-07-20 16:30:47 +02:00
parent a2a2fa5807
commit 6691b77824
4 changed files with 22 additions and 12 deletions

View file

@ -10,7 +10,6 @@
## aquatic_http_load_test
* use slab for connections? HashMap not necessary
* request sending: too many allocations, likely due to request to byte
conversion. optimize!
* think about when to open new connections