Radoslav Petrov 33974a6689 Separate /db and /queries endpoint (#3348) 7 years ago
..
servlet3 507872eadc Servlet 3.1 with Async I/O implementation (#3319) 7 years ago
src 33974a6689 Separate /db and /queries endpoint (#3348) 7 years ago
.gitignore a583e87d19 Moving Java frameworks 11 years ago
README.md 507872eadc Servlet 3.1 with Async I/O implementation (#3319) 7 years ago
benchmark_config.json 33974a6689 Separate /db and /queries endpoint (#3348) 7 years ago
pom.xml 11dbb42a45 [ci fw-only Java/servlet] Add custom Jackson serialization (#3182) 7 years ago
servlet3-async.sh 507872eadc Servlet 3.1 with Async I/O implementation (#3319) 7 years ago
servlet3-sync.sh 507872eadc Servlet 3.1 with Async I/O implementation (#3319) 7 years ago
setup.sh 198700f89f Always use "resinctl console" instead of "resinctl start" (#3236) 7 years ago
setup_afterburner.sh 198700f89f Always use "resinctl console" instead of "resinctl start" (#3236) 7 years ago
setup_cjs.sh 198700f89f Always use "resinctl console" instead of "resinctl start" (#3236) 7 years ago
setup_mysql.sh 198700f89f Always use "resinctl console" instead of "resinctl start" (#3236) 7 years ago
setup_postgresql.sh 198700f89f Always use "resinctl console" instead of "resinctl start" (#3236) 7 years ago
source_code a583e87d19 Moving Java frameworks 11 years ago

README.md

Servlet Benchmarking Test

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

There is a Servlet 3.1 based tests implementation in the servlet3 sub-folder. It is using Tomcat 9 as Servlet containter.

Plaintext and JSON

MySQL implementation

PostgreSQL implementation

DB, Queries and Fortune use the same implementation as MySQL.

Infrastructure Software Versions

The tests were run with:

Please confirm the versions data with the latest install scripts of TFB project.

Test URLs

Default Maven profile

  • Plaintext - http://localhost:8080/servlet/plaintext
  • JSON - http://localhost:8080/servlet/json

afterburner Maven profile

  • JSON - http://localhost:8080/servlet/json

cjs Maven profile

  • JSON - http://localhost:8080/servlet/json

mysql and postgresql Maven profiles

  • DB - http://localhost:8080/servlet/db
  • Queries - http://localhost:8080/servlet/db?queries=
  • Updates - http://localhost:8080/servlet/update?queries=
  • Fortune - http://localhost:8080/servlet/fortunes

postgresql Maven profile

  • Cache - http://localhost:8080/servlet/cached-worlds