dependabot[bot] 7a110fbf19 Bump io.undertow:undertow-core in /frameworks/Java/light-java (#9365) před 11 měsíci
..
src 34630d8301 Upgrade light-4j to JDK 11 to resolve the performance issue (#4308) před 6 roky
README.md be24e63d3a update handlers to set size of the buffer před 8 roky
benchmark_config.json d54afe50af Remove many techempower/* docker dependencies in JVM tests (#3523) před 7 roky
config.toml 39ba41bb8e Fixes to get tests for the toolset to work (#6266) před 4 roky
light-4j.dockerfile 0096f84ee9 Config for the new toolset (#6259) před 4 roky
pom.xml 7a110fbf19 Bump io.undertow:undertow-core in /frameworks/Java/light-java (#9365) před 11 měsíci

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