Skip to content

Instantly share code, notes, and snippets.

@jaydonnell
Created June 7, 2011 17:27
Show Gist options
  • Save jaydonnell/1012693 to your computer and use it in GitHub Desktop.
Save jaydonnell/1012693 to your computer and use it in GitHub Desktop.
json rest benchmark
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