networknt / microservices-framework-benchmark

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

The scoreboard missing JFinal, ninjaframework and Play1 result #5

Closed greenlaw110 closed 7 years ago

greenlaw110 commented 7 years ago

@stevehu are you going to run those tests?

stevehu commented 7 years ago

JFinal and NinjaFramework are done. Do you think we need play1 to be there when everyone is using play2? My first impression is hard to build:)

greenlaw110 commented 7 years ago

AFAIK there are still a lot of person hangling on play1 simply because they don't like play2. It's actually very easy to play with play1. Just download their package from http://playframework.com. Unzip it, add it to your PATH variable, then inside the play1 testing project, type play run --%prod

stevehu commented 7 years ago

I have added the result for play1. Thanks for your help.