cratelyn / aquarius

♒ `aquarius` is a small tool for load-testing http/2 servers
4 stars 0 forks source link

feat: ✨ allow workers to specify request body size #1

Open cratelyn opened 3 months ago

cratelyn commented 3 months ago

https://github.com/cratelyn/aquarius/blob/main/src/worker/tx.rs#L18-L28

currently, a hard-coded request body is used in the Worker job.

it would be nice to have a way to configure different body sizes.