msmith-techempower a6de4acec2 Realistic approach 8 vuotta sitten
..
src d78dfdb604 Add JLHTTP benchmark 9 vuotta sitten
README.md d78dfdb604 Add JLHTTP benchmark 9 vuotta sitten
benchmark_config.json a6de4acec2 Realistic approach 8 vuotta sitten
pom.xml d78dfdb604 Add JLHTTP benchmark 9 vuotta sitten
setup.sh d78dfdb604 Add JLHTTP benchmark 9 vuotta sitten
source_code d78dfdb604 Add JLHTTP benchmark 9 vuotta sitten

README.md

JLHTTP Benchmarking Test

This is the JLHTTP portion of a benchmarking test suite comparing a variety of web development platforms.

The main goal of JLHTTP - the Java Lightweight HTTP Server is to be truly lightweight, i.e. as small as a fully functional and RFC-compliant Java HTTP server can be. With all else being equal, it does strive for high performance - but usually all else is not equal, and a trade-off must be made between size (complexity) and performance. JLHTTP usually sides with the smaller size.

Plaintext Test

JSON Encoding Test

The JSON encoding is performed using Jackson.

Test URLs

Plaintext Test

http://localhost:8080/plaintext

JSON Encoding Test

http://localhost:8080/json