Radoslav Petrov c4f02aadf2 pom.xml cleanup (#4124) пре 7 година
..
src 32dd06a4a3 Convert servlet tests to docker (#3395) пре 7 година
README.md 32dd06a4a3 Convert servlet tests to docker (#3395) пре 7 година
benchmark_config.json 32dd06a4a3 Convert servlet tests to docker (#3395) пре 7 година
pom.xml c4f02aadf2 pom.xml cleanup (#4124) пре 7 година
server.xml 32dd06a4a3 Convert servlet tests to docker (#3395) пре 7 година
servlet3-sync.dockerfile 7dbd45da40 Update dependencies (#4086) пре 7 година
servlet3.dockerfile 7dbd45da40 Update dependencies (#4086) пре 7 година

README.md

Servlet 3.1 API benchmarking test

This is Framework permutation based on the following technology stack

  • Java
  • Tomcat 9
  • Servlet 3.1 with Async I/O
  • Jackson 2 for JSON processing

Currently implemented test types are Plaintext and JSON. Their implementation comes in two flavors: PO (plain old) Servlets and Servlets 3.1 with Async I/O.

Plaintext

JSON

Test URLs

Default Maven profile

The async profile is activated by default.

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

sync Maven profile

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