headius (owner)

Revisions

gist: 222886 Download_button fork
public
Public Clone URL: git://gist.github.com/222886.git
Embed All Files: show embed
Text only #
1
2
3
4
5
6
7
8
9
10
11
12
13
14
~/projects/groovy-1.6.5 ➔ time bin/groovy -e "println 'hello'"
hello
 
real 0m1.044s
user 0m0.872s
sys 0m0.103s
 
~/projects/groovy-1.6.5 ➔ time jruby -e "puts 'hello'"
hello
 
real 0m0.538s
user 0m0.391s
sys 0m0.089s