julienschmidt / go-http-routing-benchmark

Go HTTP request router and web framework benchmark
BSD 3-Clause "New" or "Revised" License
1.65k stars 237 forks source link

Request to add tested framework: gin #13

Closed pigfoot closed 9 years ago

pigfoot commented 9 years ago

Gin is a web framework which features a Martini-like API with much better performance by using httprouter -- up to 40 times faster.

https://gin-gonic.github.io/gin/

Is it possible to include Gin into these tests? Thanks.

julienschmidt commented 9 years ago

The implementation is already done: https://github.com/julienschmidt/go-http-routing-benchmark/commit/a91168adc8bba9c3eeda1c18d24cd77c0ae4c031

Gin will be included in the next run. I hope to be able to do it soon. There are a few new interesting routers.

pigfoot commented 9 years ago

Great to hear that! Thanks, @julienschmidt! :+1: