FusionAuth / java-http

A full featured, stand-alone, high-performance HTTP server and client written entirely in plain Java
Apache License 2.0
204 stars 19 forks source link

Performance/Benchmark suite #2

Open jabley opened 1 year ago

jabley commented 1 year ago

Would it be possible to publish the benchmark configurations? The netty numbers look odd, given Twitter and Apple do good traffic numbers with netty-based systems.

robotdan commented 1 year ago

Yes.. we need to do this. There is a bit of info in the README.md

The load test configuration is set to 10 clients with 500,000 requests each. The client is Restify which is a FusionAuth library that uses HttpURLConnection under the hoods. All the servers were HTTP so that TLS would not introduce any additional latency.

But we need to publish a boiler plate harness so that we can get more eyes on it to ensure we are measuring it objectively.

Here are some of the relevant repos and libraries: