Skip to content

Instantly share code, notes, and snippets.

@clkao
Created February 10, 2010 10:07
Show Gist options
  • Save clkao/300196 to your computer and use it in GitHub Desktop.
Save clkao/300196 to your computer and use it in GitHub Desktop.
mtl-2:Plack clkao$ perl -I ../Plack-Server-AnyEvent/lib -Ilib benchmarks/ab.pl
Testing implementations: AnyEvent, Standalone, Standalone, Nomo
app: eg/dot-psgi/Hello.psgi
ab: ab -t 1 -c 10 -k
URL: http://127.0.0.1/
-- server: AnyEvent
Finished 108 requests
Requests per second: 106.55 [#/sec] (mean)
-- server: Standalone
Finished 104 requests
Requests per second: 103.48 [#/sec] (mean)
-- server: Standalone
Finished 231 requests
Requests per second: 230.32 [#/sec] (mean)
-- server: Nomo
2010/02/10-18:06:24 Nomo::Server (type Net::Server::PreFork) starting! pid(46849)
Binding to TCP port 10001 on host *
Setting gid to "20 20 20 98 103 81 79 101 80"
Finished 246 requests
Requests per second: 244.45 [#/sec] (mean)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment