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

Latest jooby + minor updates #25

Closed jknack closed 7 years ago

jknack commented 7 years ago

@stevehu Can you update the readme with results from 1.1.3?

Thanks

stevehu commented 7 years ago

@jknack Thanks for your updates. I tried to compile it and got an failed test. Could you please take a look?

listening on:
  http://localhost:8080/

[2017-06-24 13:47:35,977]-[main] INFO  networknt.App - Stopped
Tests run: 1, Failures: 1, Errors: 0, Skipped: 0, Time elapsed: 1.637 sec <<< FAILURE! - in networknt.AppTest
integrationTest(networknt.AppTest)  Time elapsed: 0.869 sec  <<< FAILURE!
java.lang.AssertionError: 
1 expectation failed.
Expected content-type "text/html;charset=UTF-8" doesn't match actual content-type "text/plain;charset=UTF-8".

    at networknt.AppTest.integrationTest(AppTest.java:31)

Results :

Failed tests: 
  AppTest.integrationTest:31 1 expectation failed.
Expected content-type "text/html;charset=UTF-8" doesn't match actual content-type "text/plain;charset=UTF-8".

Tests run: 1, Failures: 1, Errors: 0, Skipped: 0