Created
May 24, 2012 14:41
-
-
Save hanshasselberg/2781965 to your computer and use it in GitHub Desktop.
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
orthos $ bundle exec ruby perf/orthos.rb | |
user system total real | |
[ 100000 Creations] | |
String.new 0.020000 0.000000 0.020000 ( 0.019355) | |
Easy.new 0.230000 0.010000 0.240000 ( 0.239970) | |
[ 1000 Requests] | |
net/http 0.490000 0.150000 0.640000 ( 2.220845) | |
open-uri 0.810000 0.150000 0.960000 ( 2.520993) | |
patron 0.140000 0.030000 0.170000 ( 1.496441) | |
patron reuse 0.170000 0.040000 0.210000 ( 1.525481) | |
Easy.perform 0.140000 0.040000 0.180000 ( 1.481355) * | |
Easy.perform reuse 0.060000 0.030000 0.090000 ( 1.395665) * | |
[ 4 delayed Requests ] | |
net/http 0.010000 0.000000 0.010000 ( 3.018560) | |
open-uri 0.000000 0.010000 0.010000 ( 3.322345) | |
patron 0.000000 0.000000 0.000000 ( 3.018734) | |
Easy.perform 0.000000 0.000000 0.000000 ( 3.017096) * | |
Multi.perform 0.010000 0.000000 0.010000 ( 1.009498) * | |
* is part of the orthos library. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment