evanphx (owner)

Revisions

gist: 228397 Download_button fork
public
Public Clone URL: git://gist.github.com/228397.git
Embed All Files: show embed
Text #
1
2
3
4
5
6
7
8
require 'benchmark'
 
puts Benchmark.measure {
  50.times do |i|
    Rubinius::CompilerNG.compile_file("scratch/ruby.rb")
  end
}