dependabot[bot] 96f0fc2adc Bump undertow-core in /frameworks/Java/light-java (#8148) 2 vuotta sitten
..
src 34630d8301 Upgrade light-4j to JDK 11 to resolve the performance issue (#4308) 6 vuotta sitten
README.md be24e63d3a update handlers to set size of the buffer 8 vuotta sitten
benchmark_config.json d54afe50af Remove many techempower/* docker dependencies in JVM tests (#3523) 7 vuotta sitten
config.toml 39ba41bb8e Fixes to get tests for the toolset to work (#6266) 4 vuotta sitten
light-4j.dockerfile 0096f84ee9 Config for the new toolset (#6259) 4 vuotta sitten
pom.xml 96f0fc2adc Bump undertow-core in /frameworks/Java/light-java (#8148) 2 vuotta sitten

README.md

Light-Java Benchmarking Test

This is the light-java portion of a benchmarking test suite comparing a variety of web development platforms.

JSON Encoding Test

Versions

Light-Java 1.2.3 (https://github.com/networknt/light-java)

Test URLs

JSON Encoding Test

http://localhost:8080

Local build database

start database at light-java folder

docker run -it -p 5432:5432 -v $PWD/src/main/resources/script/postgres:/docker-entrypoint-initdb.d --env POSTGRES_PASSWORD=benchmarkdbpass --env POSTGRES_DB=hello_world postgres:9.6.0 docker run -it -p 3306:3306 -v $PWD/src/main/resources/script/mysql:/docker-entrypoint-initdb.d --env MYSQL_ROOT_PASSWORD=benchmarkdbpass mysql:5.7.16