Michael Hixson f929f15d1a Dockerize more Java tests (#3351) 7 years ago
..
conf afb49a954d jooby: raw-jdbc, postgresql, updates/queries tests and latest release (#2883) 8 years ago
public afb49a954d jooby: raw-jdbc, postgresql, updates/queries tests and latest release (#2883) 8 years ago
src 6feff2d08f Jooby R15P2 feedback: write direct JSON + rollback plaintext (#2952) 8 years ago
README.md afb49a954d jooby: raw-jdbc, postgresql, updates/queries tests and latest release (#2883) 8 years ago
benchmark_config.json f929f15d1a Dockerize more Java tests (#3351) 7 years ago
jooby.dockerfile f929f15d1a Dockerize more Java tests (#3351) 7 years ago
pom.xml e32f117bdd Bump postgrejdbc and Servlet library versions, update README.md files (#3171) 7 years ago
source_code 5b32869eec Jooby 1.1.0 + Rocker + Requery (#2624) 8 years ago

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