Comment by henry_flower
8 years ago
$ time ruby --disable-gems -e 'puts "hi"'
hi
real 0m0.009s
user 0m0.008s
sys 0m0.000s
8 years ago
$ time ruby --disable-gems -e 'puts "hi"'
hi
real 0m0.009s
user 0m0.008s
sys 0m0.000s
Sure, two can play that game. Let's add `-S`, which disables the site module, to the Python invocations.
Gotta love the lie that Ruby is slow.