Steve Hu b82f570f1b hard coded database host 8 years ago
..
src b82f570f1b hard coded database host 8 years ago
README.md be24e63d3a update handlers to set size of the buffer 8 years ago
benchmark_config.json 3aef91c716 remove cache 8 years ago
dependency-reduced-pom.xml 65b4a9202e remove Dockerfile and db scripts 8 years ago
docker-compose.yml 2786ebb034 update handlers 8 years ago
pom.xml 2817d149c7 upgrade to the latest undertow server and update plaintext 8 years ago
setup.sh b82f570f1b hard coded database host 8 years ago
setup_mysql.sh 2875de854d initial checkin light-java 8 years ago
setup_postgresql.sh 2875de854d initial checkin light-java 8 years ago
source_code d1a63a929c update setup.sh 8 years ago

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