go get github.com/lammel/web-framework-benchmark
go test -bench=.
Currently Echo v4 and Gin are the frameworks tested with benchmarks for predefined router configurations.
To add more frameworks add the required wrapper for route handling and benchmark execution to router_test.go