hatoo
hatoo
Could you provide `oha`'s version? Because I don't have an Arm Mac, I tested on an Intel Mac but the error didn't occur. How frequently does this error happen in...
We may adding features that @wjhoward said in the future but I think the original issue is resolved too. Thank you
Maybe you need to urlencode each value? '[email protected]&password=mypassword' -> 'username=my%40mail.com.tr&password=mypassword'
You can use `--proxy-header` to add a header only for Proxy.
Thank you for reporting it. I've been able to reproduce it. tested at AWS CloudShell in ap-northeast-1 ```bash $ time h2load -c 1 -n 100 -m 1 https://media2.giphy.com/media/pE4zqXvpwpaUh67tkw/giphy.gif starting benchmark......
#540 solves on my side. Could you check on your side?
Ok Binary here ``` cargo build --release --target x86_64-unknown-linux-musl ``` [oha.zip](https://github.com/user-attachments/files/16335936/oha.zip)
In my observation, #540 constantly did 100 downloads by around 15.5s which is about the same as `h2load` But `adaptive_window` may work vary on runtime (although I don't know what...
Hi, `oha` has a similar feature in the `rps` key on `JSON` output. You can use it by `oha -j`. https://github.com/hatoo/oha/blob/6eb9b0e374d5b5a460c5624334a38bd7e1ad9669/schema.json#L212-L282 Do you think this feature is enough for your...