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

Beego API has changed #50

Closed bwinterton closed 8 years ago

bwinterton commented 8 years ago

The line beego.RunMode = "prod" has been changed to beego.BConfig.RunMode = beego.PROD. This causes the tests to fail and the benchmark to not run.