Created
June 7, 2011 17:27
-
-
Save jaydonnell/1012693 to your computer and use it in GitHub Desktop.
json rest benchmark
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Java + Jersey + Guice + Jackson | |
Concurrency Level: 10 | |
Complete requests: 2000 | |
Failed requests: 0 | |
Requests per second: 2868.75 [#/sec] (mean) | |
Percentage of the requests served within a certain time (ms) | |
50% 3 | |
66% 3 | |
75% 4 | |
80% 4 | |
90% 5 | |
95% 7 | |
98% 10 | |
99% 10 | |
100% 14 (longest request) | |
JRuby + Sinatra + Trinidad | |
Concurrency Level: 10 | |
Complete requests: 2000 | |
Failed requests: 0 | |
Requests per second: 2278.62 [#/sec] (mean) | |
Percentage of the requests served within a certain time (ms) | |
50% 3 | |
66% 4 | |
75% 5 | |
80% 5 | |
90% 7 | |
95% 10 | |
98% 11 | |
99% 12 | |
100% 19 (longest request) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment