diff --git a/README.md b/README.md index cd76437..580e8ae 100644 --- a/README.md +++ b/README.md @@ -2,8 +2,6 @@ Scamper is a collection of RESTful libraries and frameworks, organized as a testbed for comparing the raw performance characteristics of each. -For test results, see the [Wiki](https://github.com/Versal/scamper/wiki/Test-results). - Each implementation exposes the same three endpoints: * `GET /fast` blocks for 0 ms @@ -14,6 +12,29 @@ Each endpoint responds with `

slept for { duration } ms

`, where `duratio Each implementation runs on `localhost:9000` and can be tested with a variety of tools, such as [ApacheBench](http://en.wikipedia.org/wiki/ApacheBench) or [JMeter](http://jmeter.apache.org/). +# Test results + +For full test results, see the [Wiki](https://github.com/Versal/scamper/wiki/Test-results). + +## Summary + + + + + + + + + + + + + + + + +
LibraryFast Test (requests per second)
Servlet 3.018772.3
Asynchronous Servlet 3.017528.5
BlueEyes (Netty)14716.7
spray-can13338.7
Scalatra12434.7
Play 2 mini (Prod)9388.8
Node.js7401.4
Lift4875.2
BlueEyes (Jetty)4017.7
Pinky4008.8
Play 2 (Dev)1250.5
Finatra466.4
FinagleDNF
+ # Getting started ## Download scamper