Project

General

Profile

Bug #9430 ยป 0001-benchmark-driver-avoid-large-alloc-in-driver-process.patch

normalperson (Eric Wong), 01/19/2014 10:41 AM

View differences:

benchmark/driver.rb
cmd = "#{executable} #{@ruby_arg} #{file}"
m = Benchmark.measure{
`#{cmd}`
system(cmd, out: File::NULL)
}
if $? != 0
    (1-1/1)