Hacker News new | ask | show | jobs
by javierprovecho 4372 days ago
Check out some middleware and a benchmark suite test at https://github.com/gin-gonic
1 comments

Looks like the actual results are not updated/included in the readme though.
I will ask to the original creator of the benchmark suite to run the tests again. My development environment is very different, adding the results for Gin would mean that I should change all the results.

Just a tip, to compare martini with Gin, you can run this:

go test --bench="(Gin|Martini)"