networknt / microservices-framework-benchmark

Raw benchmarks on throughput, latency and transfer of Hello World on popular microservices frameworks
MIT License
705 stars 127 forks source link

chore: Add Golang HttpRouter benchmark #30

Closed rodrigomata closed 7 years ago

rodrigomata commented 7 years ago

Hi! I'm adding Golang HttpRouter approach, hoping to help in your benchmark. I'm adding it as it's optimized for high performance and small memory footprint compared to Go's net/http.

stevehu commented 7 years ago

@rodrigomata Thanks for your pull request. I have tried to run the test but it looks like the result is displayed on the console instead of responding to command terminal. httprouter

rodrigomata commented 7 years ago

Thank you Steve, let me change it.