Skip to content

Instantly share code, notes, and snippets.

@bhuga
Created July 11, 2010 00:56
Show Gist options
  • Save bhuga/471171 to your computer and use it in GitHub Desktop.
Save bhuga/471171 to your computer and use it in GitHub Desktop.
ben:promising-future ben$ rake bench; rake1.9 bench; jrake bench
(in /Users/ben/Repos/promising-future)
Rehearsal ----------------------------------------------------------
Nothing 0.000000 0.000000 0.000000 ( 0.004472)
Nothing(Promise) 0.010000 0.000000 0.010000 ( 0.009008)
Nothing(Future) 0.120000 0.050000 0.170000 ( 0.168207)
A method 0.000000 0.000000 0.000000 ( 0.005997)
A method(Promise) 0.010000 0.000000 0.010000 ( 0.012526)
A method(Future) 0.130000 0.040000 0.170000 ( 0.171445)
#== 0.000000 0.000000 0.000000 ( 0.004996)
#==(Promise) 0.010000 0.000000 0.010000 ( 0.012158)
#==(Future) 0.130000 0.050000 0.180000 ( 0.171224)
NoMethodError 0.030000 0.000000 0.030000 ( 0.035976)
NoMethodError(Promise) 0.080000 0.010000 0.090000 ( 0.084927)
NoMethodError(Future) 0.160000 0.040000 0.200000 ( 0.207092)
object_id 0.000000 0.000000 0.000000 ( 0.004846)
object_id(Promise) 0.010000 0.000000 0.010000 ( 0.011994)
object_id(Future) 0.130000 0.050000 0.180000 ( 0.172647)
__send__ 0.000000 0.000000 0.000000 ( 0.005871)
__send__(Promise) 0.020000 0.000000 0.020000 ( 0.012429)
__send__(Future) 0.120000 0.050000 0.170000 ( 0.170805)
blocking 0.000000 0.000000 0.000000 ( 0.005624)
blocking(Promise) 0.060000 0.020000 0.080000 ( 0.105697)
blocking(Future) 0.150000 0.090000 0.240000 ( 0.240251)
------------------------------------------------- total: 1.570000sec
user system total real
Nothing 0.010000 0.000000 0.010000 ( 0.005169)
Nothing(Promise) 0.010000 0.000000 0.010000 ( 0.008123)
Nothing(Future) 0.090000 0.050000 0.140000 ( 0.136781)
A method 0.000000 0.000000 0.000000 ( 0.006183)
A method(Promise) 0.020000 0.000000 0.020000 ( 0.013126)
A method(Future) 0.100000 0.040000 0.140000 ( 0.142022)
#== 0.000000 0.000000 0.000000 ( 0.005156)
#==(Promise) 0.010000 0.000000 0.010000 ( 0.013495)
#==(Future) 0.090000 0.050000 0.140000 ( 0.148177)
NoMethodError 0.040000 0.000000 0.040000 ( 0.036169)
NoMethodError(Promise) 0.050000 0.000000 0.050000 ( 0.047765)
NoMethodError(Future) 0.150000 0.050000 0.200000 ( 0.206617)
object_id 0.010000 0.000000 0.010000 ( 0.005458)
object_id(Promise) 0.010000 0.000000 0.010000 ( 0.014240)
object_id(Future) 0.090000 0.040000 0.130000 ( 0.141742)
__send__ 0.010000 0.000000 0.010000 ( 0.006761)
__send__(Promise) 0.010000 0.000000 0.010000 ( 0.012966)
__send__(Future) 0.090000 0.050000 0.140000 ( 0.142485)
blocking 0.010000 0.000000 0.010000 ( 0.006174)
blocking(Promise) 0.020000 0.020000 0.040000 ( 0.050593)
blocking(Future) 0.150000 0.090000 0.240000 ( 0.234954)
(in /Users/ben/Repos/promising-future)
Rehearsal ----------------------------------------------------------
Nothing 0.010000 0.000000 0.010000 ( 0.005669)
Nothing(Promise) 0.000000 0.000000 0.000000 ( 0.003569)
Nothing(Future) 0.080000 0.060000 0.140000 ( 0.118219)
A method 0.000000 0.000000 0.000000 ( 0.002744)
A method(Promise) 0.010000 0.000000 0.010000 ( 0.007031)
A method(Future) 0.040000 0.050000 0.090000 ( 0.075657)
#== 0.000000 0.000000 0.000000 ( 0.001655)
#==(Promise) 0.010000 0.000000 0.010000 ( 0.006288)
#==(Future) 0.040000 0.050000 0.090000 ( 0.066648)
NoMethodError 0.050000 0.000000 0.050000 ( 0.058799)
NoMethodError(Promise) 0.050000 0.000000 0.050000 ( 0.055851)
NoMethodError(Future) 0.090000 0.050000 0.140000 ( 0.132745)
object_id 0.000000 0.000000 0.000000 ( 0.001867)
object_id(Promise) 0.000000 0.000000 0.000000 ( 0.006615)
object_id(Future) 0.030000 0.050000 0.080000 ( 0.066797)
__send__ 0.010000 0.000000 0.010000 ( 0.002731)
__send__(Promise) 0.000000 0.000000 0.000000 ( 0.007613)
__send__(Future) 0.040000 0.050000 0.090000 ( 0.069541)
blocking 0.000000 0.000000 0.000000 ( 0.002746)
blocking(Promise) 0.050000 0.020000 0.070000 ( 0.072429)
blocking(Future) 0.060000 0.080000 0.140000 ( 0.141253)
------------------------------------------------- total: 0.980000sec
user system total real
Nothing 0.000000 0.000000 0.000000 ( 0.001759)
Nothing(Promise) 0.010000 0.000000 0.010000 ( 0.005132)
Nothing(Future) 0.070000 0.050000 0.120000 ( 0.117213)
A method 0.000000 0.000000 0.000000 ( 0.002640)
A method(Promise) 0.010000 0.000000 0.010000 ( 0.006517)
A method(Future) 0.040000 0.050000 0.090000 ( 0.074416)
#== 0.010000 0.000000 0.010000 ( 0.001613)
#==(Promise) 0.010000 0.000000 0.010000 ( 0.006329)
#==(Future) 0.040000 0.060000 0.100000 ( 0.068234)
NoMethodError 0.040000 0.000000 0.040000 ( 0.037479)
NoMethodError(Promise) 0.050000 0.000000 0.050000 ( 0.058302)
NoMethodError(Future) 0.090000 0.040000 0.130000 ( 0.131577)
object_id 0.000000 0.000000 0.000000 ( 0.001650)
object_id(Promise) 0.010000 0.000000 0.010000 ( 0.006675)
object_id(Future) 0.040000 0.050000 0.090000 ( 0.067375)
__send__ 0.000000 0.000000 0.000000 ( 0.002775)
__send__(Promise) 0.010000 0.000000 0.010000 ( 0.006749)
__send__(Future) 0.040000 0.050000 0.090000 ( 0.068422)
blocking 0.000000 0.000000 0.000000 ( 0.002613)
blocking(Promise) 0.030000 0.030000 0.060000 ( 0.053670)
blocking(Future) 0.060000 0.080000 0.140000 ( 0.139564)
(in /Users/ben/Repos/promising-future)
Rehearsal ----------------------------------------------------------
Nothing 0.072000 0.000000 0.072000 ( 0.071000)
Nothing(Promise) 0.088000 0.000000 0.088000 ( 0.088000)
Nothing(Future) 0.545000 0.000000 0.545000 ( 0.545000)
A method 0.056000 0.000000 0.056000 ( 0.056000)
A method(Promise) 0.148000 0.000000 0.148000 ( 0.148000)
A method(Future) 0.519000 0.000000 0.519000 ( 0.519000)
#== 0.010000 0.000000 0.010000 ( 0.010000)
#==(Promise) 0.077000 0.000000 0.077000 ( 0.077000)
#==(Future) 0.451000 0.000000 0.451000 ( 0.451000)
NoMethodError 0.072000 0.000000 0.072000 ( 0.072000)
NoMethodError(Promise) 0.092000 0.000000 0.092000 ( 0.092000)
NoMethodError(Future) 0.439000 0.000000 0.439000 ( 0.439000)
object_id 0.005000 0.000000 0.005000 ( 0.005000)
object_id(Promise) 0.063000 0.000000 0.063000 ( 0.063000)
object_id(Future) 0.385000 0.000000 0.385000 ( 0.385000)
__send__ 0.010000 0.000000 0.010000 ( 0.010000)
__send__(Promise) 0.058000 0.000000 0.058000 ( 0.058000)
__send__(Future) 0.497000 0.000000 0.497000 ( 0.497000)
blocking 0.011000 0.000000 0.011000 ( 0.011000)
blocking(Promise) 0.206000 0.000000 0.206000 ( 0.206000)
blocking(Future) 0.460000 0.000000 0.460000 ( 0.460000)
------------------------------------------------- total: 4.264000sec
user system total real
Nothing 0.002000 0.000000 0.002000 ( 0.002000)
Nothing(Promise) 0.004000 0.000000 0.004000 ( 0.004000)
Nothing(Future) 0.239000 0.000000 0.239000 ( 0.239000)
A method 0.013000 0.000000 0.013000 ( 0.013000)
A method(Promise) 0.037000 0.000000 0.037000 ( 0.037000)
A method(Future) 0.306000 0.000000 0.306000 ( 0.306000)
#== 0.002000 0.000000 0.002000 ( 0.002000)
#==(Promise) 0.019000 0.000000 0.019000 ( 0.019000)
#==(Future) 0.331000 0.000000 0.331000 ( 0.331000)
NoMethodError 0.082000 0.000000 0.082000 ( 0.082000)
NoMethodError(Promise) 0.132000 0.000000 0.132000 ( 0.132000)
NoMethodError(Future) 0.316000 0.000000 0.316000 ( 0.316000)
object_id 0.004000 0.000000 0.004000 ( 0.004000)
object_id(Promise) 0.011000 0.000000 0.011000 ( 0.012000)
object_id(Future) 0.392000 0.000000 0.392000 ( 0.392000)
__send__ 0.006000 0.000000 0.006000 ( 0.006000)
__send__(Promise) 0.050000 0.000000 0.050000 ( 0.050000)
__send__(Future) 0.288000 0.000000 0.288000 ( 0.288000)
blocking 0.003000 0.000000 0.003000 ( 0.003000)
blocking(Promise) 0.143000 0.000000 0.143000 ( 0.143000)
blocking(Future) 0.425000 0.000000 0.425000 ( 0.425000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment