http-benchmarks
http-benchmarks copied to clipboard
Benchmarks for common embedded Java and Kotlin web frameworks
If you don't verify that the server response is correct, it's not clear what's being benchmarked... Currently the server can return anything, including an error code, and the benchmark continues...
Since I do not have access to your laptop, you'll have to re-run the benchmarks and update the readme to include the new results. Maybe also take the opportunity to...
It's a bit of a hassle to have to set up the project in an IDE, drill down to find the class and run it manually... would be nice if...
I have no idea where to find it.
It would much easier to benchmark without IntelliJ. We could benchmark in remote Linux server. Basically, I add 3 maven plugins - `maven-jar-plugin`, `maven-assembly-plugin`, and `maven-shade-plugin`. `maven-jar-plugin` and `maven-assembly-plugin` are...