smallnest / go-web-framework-benchmark

:zap: Go web framework benchmark

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

issue in benchmark result for go-zero

dennissetiawan opened this issue · comments

Hello , so i was trying to do benchmark for go-zero framework and got some weird result for the benchmark. Can you help to see wether or not something is wrong in the implementation?

Here are the implementation:
https://github.com/dennissetiawan/go-web-framework-benchmark

You can see the result in benchmark_trial_1/ and benchmark_trial_2/ folder

did the go-zero benchmark result added? I also wating for it, thanks

i solved the issue with disabling the default middlewares (check commit in my repo)

Thank you for your support but when I compare your result and smallnest result, it not same, may be because of different envirorment when testing,
But with benchmark, I think same enviroment is very important,

yes that's true, my test do not aim to compare it with smallnest's results. We want to compare go-zero with several other frameworks with the expectation in our local environment only with the expectation that if go zero is faster in one environment it would be faster also in another environment also