programatik29 / rust-web-benchmarks

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

Add csv table formatted benchmark and results #7

Closed samal-rasmussen closed 2 years ago

samal-rasmussen commented 2 years ago

I just wanted to be able to more easily compare the results between frameworks, so I made a pretty printed monospaced table with the benchmark results, so the results align vertically and you can see exactly the difference between frameworks.

Depends on pq and csvkit that were available in mac homebrew for me at least.

programatik29 commented 2 years ago

Nice.