``` $ time jruby -e "puts 'hello'" hello real 0m1.283s user 0m3.352s sys 0m0.236s $ time ./org.jruby.nativemain -e "puts 'hello'" hello real 0m0.117s user 0m0.084s sys 0m0.028s ```