Skip to content

Instantly share code, notes, and snippets.

@methodmissing
Created February 15, 2010 23:15
Show Gist options
  • Save methodmissing/305084 to your computer and use it in GitHub Desktop.
Save methodmissing/305084 to your computer and use it in GitHub Desktop.
methodmissing:callsite lourens$ rake bench
(in /Users/lourens/projects/callsite)
ruby bench/bench.rb
Rehearsal ------------------------------------------------
rb_callsite 0.820000 0.000000 0.820000 ( 0.834258)
callsite 0.060000 0.000000 0.060000 ( 0.059037)
callsite(5) 0.030000 0.000000 0.030000 ( 0.034046)
callsite(10) 0.020000 0.000000 0.020000 ( 0.021931)
--------------------------------------- total: 0.930000sec
user system total real
rb_callsite 0.820000 0.000000 0.820000 ( 0.816787)
callsite 0.060000 0.000000 0.060000 ( 0.060045)
callsite(5) 0.030000 0.000000 0.030000 ( 0.033312)
callsite(10) 0.030000 0.000000 0.030000 ( 0.022285)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment