Amichai Rothman d78dfdb604 Add JLHTTP benchmark 9 роки тому
..
src d78dfdb604 Add JLHTTP benchmark 9 роки тому
README.md d78dfdb604 Add JLHTTP benchmark 9 роки тому
benchmark_config.json d78dfdb604 Add JLHTTP benchmark 9 роки тому
pom.xml d78dfdb604 Add JLHTTP benchmark 9 роки тому
setup.sh d78dfdb604 Add JLHTTP benchmark 9 роки тому
source_code d78dfdb604 Add JLHTTP benchmark 9 роки тому

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