rafaelss (owner)

Revisions

gist: 229022 Download_button fork
public
Public Clone URL: git://gist.github.com/229022.git
Embed All Files: show embed
Bash #
1
2
3
4
5
6
7
8
$ 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)