Skip to content

Instantly share code, notes, and snippets.

@rafaelss
Created November 8, 2009 01:43
Show Gist options
  • Save rafaelss/229022 to your computer and use it in GitHub Desktop.
Save rafaelss/229022 to your computer and use it in GitHub Desktop.
$ script/performance/benchmarker 50 'Date.new(2009, 1, 1)'
user system total real
#1 0.000000 0.000000 0.000000 ( 0.001889)
$ script/performance/benchmarker 50 'ThirdBase::Date.new(2009, 1, 1)'
user system total real
#1 0.000000 0.000000 0.000000 ( 0.000731)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment