Edgar Espina 6feff2d08f Jooby R15P2 feedback: write direct JSON + rollback plaintext (#2952) %!s(int64=8) %!d(string=hai) anos
..
conf afb49a954d jooby: raw-jdbc, postgresql, updates/queries tests and latest release (#2883) %!s(int64=8) %!d(string=hai) anos
public afb49a954d jooby: raw-jdbc, postgresql, updates/queries tests and latest release (#2883) %!s(int64=8) %!d(string=hai) anos
src 6feff2d08f Jooby R15P2 feedback: write direct JSON + rollback plaintext (#2952) %!s(int64=8) %!d(string=hai) anos
README.md afb49a954d jooby: raw-jdbc, postgresql, updates/queries tests and latest release (#2883) %!s(int64=8) %!d(string=hai) anos
benchmark_config.json afb49a954d jooby: raw-jdbc, postgresql, updates/queries tests and latest release (#2883) %!s(int64=8) %!d(string=hai) anos
pom.xml afb49a954d jooby: raw-jdbc, postgresql, updates/queries tests and latest release (#2883) %!s(int64=8) %!d(string=hai) anos
setup.sh afb49a954d jooby: raw-jdbc, postgresql, updates/queries tests and latest release (#2883) %!s(int64=8) %!d(string=hai) anos
source_code 5b32869eec Jooby 1.1.0 + Rocker + Requery (#2624) %!s(int64=8) %!d(string=hai) anos

README.md

Jooby Benchmarking Test

Jooby Scalable, fast and modular micro web framework for Java and Kotlin.

public class App extends Jooby {

  {
    get("/", () -> "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

Multiple Queries Test

Database Update Test

Fortunes Test

Test URLs

Plain Text Test

http://localhost:8080/plaintext

JSON Encoding Test

http://localhost:8080/json

Single Query Test

http://localhost:8080/db

Multiple Queries Test

http://localhost:8080/queries

Database updates Test

http://localhost:8080/updates

Fortunes Test

http://localhost:8080/fortunes