mirror of
https://github.com/YGGverse/aquatic.git
synced 2026-04-02 18:55:32 +00:00
http load test and protocol: cut down on allocations a bit
This commit is contained in:
parent
47c71376e2
commit
45940a05a9
4 changed files with 70 additions and 19 deletions
5
TODO.md
5
TODO.md
|
|
@ -10,8 +10,9 @@
|
|||
|
||||
## aquatic_http_load_test
|
||||
|
||||
* request sending: too many allocations, likely due to request to byte
|
||||
conversion. optimize!
|
||||
* 80k responses per second is possible (as long as those weren't errors).
|
||||
Probably has to do with exact timing of receiving responses and sending
|
||||
requests.
|
||||
* think about when to open new connections
|
||||
* requests per seconds only goes up with lower poll timeout in tracker or
|
||||
more connections (if they don't all send stuff at the same time), in my
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue