echo icon indicating copy to clipboard operation
echo copied to clipboard

Provide updated benchmarks

Open ex-tag opened this issue 2 years ago • 2 comments

Provide updated benchmarks for 2022. These should be provided with each release, or yearly.

Would like to see benchmarks on routes (radix tree), middleware, and maybe binding.

No need to benchmark against 20 others, but would like to see the 3 most popular: Gin, Beego (or another) and Echo

ex-tag avatar Oct 05 '22 19:10 ex-tag

Most recent number and some explanation https://github.com/labstack/echo/discussions/2143 To get comparable benchmark you should create list of requirements your application has - then create small application for each framework/library, with similar set of middlewares and routes and then do the benchmark.

aldas avatar Oct 06 '22 08:10 aldas

I think we should add a dedicated web-benchmark project that compares numbers with a selected list of other frameworks and generated the requires numbers and screenshots that can be used for the README.

Otherwise I think just adding plain text output is an alternative to keep efforts low.

@ex-tag As this is a PR, are you planing on actually updating the benchmarks now in README?

lammel avatar Dec 14 '22 13:12 lammel