the-benchmarker / web-frameworks

Which is the fastest web framework?
MIT License
6.98k stars 665 forks source link

Why not use wrk2? #7140

Open enghitalo opened 8 months ago

enghitalo commented 8 months ago

https://github.com/giltene/wrk2 or https://github.com/mcollina/autocannon or https://github.com/codesenberg/bombardier or https://github.com/rogerwelin/cassowary (more resourses)

waghanza commented 8 months ago

I'd prefer to use https://github.com/lnx-search/rewrk (I plan to do a big refactor for that), but I have no bandwidth for this now

cyrusmsk commented 4 months ago

I found also interesting tool oha.. Have no idea why there are so many different tools… that are doing pretty much the same thing.. https://github.com/denji/awesome-http-benchmark

btw how is refactoring is going?

waghanza commented 4 months ago

I still hesitate between

In the list above

Any ideas ?

cyrusmsk commented 4 months ago

I think for the first step it could be anything that is better than original wrk and which is easier to deploy. After that some other tools with extra capabilities could be considered. For rich testing (not only simple query, but different inputs, randomized parameters, etc)