Edgar Espina cf0872e6ca Jooby benchmark 10 жил өмнө
..
conf cf0872e6ca Jooby benchmark 10 жил өмнө
src cf0872e6ca Jooby benchmark 10 жил өмнө
README.md cf0872e6ca Jooby benchmark 10 жил өмнө
benchmark_config.json cf0872e6ca Jooby benchmark 10 жил өмнө
pom.xml cf0872e6ca Jooby benchmark 10 жил өмнө
setup.sh cf0872e6ca Jooby benchmark 10 жил өмнө
source_code cf0872e6ca Jooby benchmark 10 жил өмнө

README.md

Jooby Benchmarking Test

Jooby is a micro-web framework for Java.

public class App extends Jooby {

  {
    get("/plaintext", () -> "Hello, World!");
  }

}

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

Plain Text Test

JSON Encoding Test

Single Query Test

Versions

Test URLs

Plain Text Test

http://localhost:8080/plaintext

JSON Encoding Test

http://localhost:8080/json

Single Query Test

http://localhost:8080/db