Created
September 15, 2009 06:59
-
-
Save kazuho/187164 to your computer and use it in GitHub Desktop.
This file contains 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
benchmarks/ab.pl | |
app: eg/dot-psgi/Hello.psgi | |
ab: ab -n 100 -c 10 -k | |
-- impl_class: AnyEvent | |
Accepting requests at http://0.0.0.0:10001/ | |
Requests per second: 714.71 [#/sec] (mean) | |
-- impl_class: Standalone | |
Accepting connections at http://0:10001/ | |
Requests per second: 3734.27 [#/sec] (mean) | |
-- impl_class: ServerSimple | |
Plack::Impl::ServerSimple: You can connect to your server at http://localhost:10001/ | |
Requests per second: 761.37 [#/sec] (mean) | |
-- impl_class: Mojo::Prefork | |
Tue Sep 15 15:59:12 2009 info Mojo::Server::Daemon:56 [14595]: Server started (http://127.0.0.1:10001) | |
Server available at http://127.0.0.1:10001. | |
Requests per second: 90.70 [#/sec] (mean) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment