dependabot[bot] d2588ea9d0 Bump jackson-databind in /frameworks/Java/servlet3 %!s(int64=3) %!d(string=hai) anos
..
src 32dd06a4a3 Convert servlet tests to docker (#3395) %!s(int64=7) %!d(string=hai) anos
README.md 32dd06a4a3 Convert servlet tests to docker (#3395) %!s(int64=7) %!d(string=hai) anos
benchmark_config.json 32dd06a4a3 Convert servlet tests to docker (#3395) %!s(int64=7) %!d(string=hai) anos
config.toml 0096f84ee9 Config for the new toolset (#6259) %!s(int64=4) %!d(string=hai) anos
pom.xml d2588ea9d0 Bump jackson-databind in /frameworks/Java/servlet3 %!s(int64=3) %!d(string=hai) anos
server.xml b2128e7281 Tweak Tomcat configuration (#4604) %!s(int64=6) %!d(string=hai) anos
servlet3-sync.dockerfile 0096f84ee9 Config for the new toolset (#6259) %!s(int64=4) %!d(string=hai) anos
servlet3.dockerfile 0096f84ee9 Config for the new toolset (#6259) %!s(int64=4) %!d(string=hai) anos

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