Nate e9c5f6f782 DB Setup Changes / New Travis / Vagrant fix - The Promised Land! (#2417) před 8 roky
..
conf 98e45c8a21 jooby: v0.16.0 před 9 roky
src 98e45c8a21 jooby: v0.16.0 před 9 roky
README.md cf0872e6ca Jooby benchmark před 10 roky
benchmark_config.json e9c5f6f782 DB Setup Changes / New Travis / Vagrant fix - The Promised Land! (#2417) před 8 roky
pom.xml 98e45c8a21 jooby: v0.16.0 před 9 roky
setup.sh e9c5f6f782 DB Setup Changes / New Travis / Vagrant fix - The Promised Land! (#2417) před 8 roky
source_code cf0872e6ca Jooby benchmark před 10 roky

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