programatik29 / rust-web-benchmarks

Benchmarking web frameworks written in rust with rewrk tool.
MIT License
248 stars 33 forks source link

Show the benchmark result with table? #18

Closed lexcao closed 2 years ago

lexcao commented 2 years ago

Background

It would be nice if there is a table showing the result of the benchmark between each web framework.

Expectation

It is something like that:

framework Latencies.Avg ... Requests.Total ... Transfer.Total ... Maximum Memory Usage
actix-web 0.50ms ... 30178057 ... 3.65 GB .. 13.7 MB
...

Anything else

I am willing to add this feature.

programatik29 commented 2 years ago

All pull requests are welcome.

programatik29 commented 2 years ago

Suggestion makes sense. I plan to add this if no one comes up with a pull request in few weeks.

frederikhors commented 2 years ago

Can you publish that table on Readme?

programatik29 commented 2 years ago

@frederikhors I'll put comparison table at the top of result md file.

frederikhors commented 2 years ago

Can you write here when done, please?

programatik29 commented 2 years ago

It is done.