Bug #9430 ยป 0001-benchmark-driver-avoid-large-alloc-in-driver-process.patch
| benchmark/driver.rb | ||
|---|---|---|
| 
         cmd = "#{executable} #{@ruby_arg} #{file}" 
   | 
||
| 
         m = Benchmark.measure{ 
   | 
||
| 
           `#{cmd}` 
   | 
||
| 
           system(cmd, out: File::NULL) 
   | 
||
| 
         } 
   | 
||
| 
         if $? != 0 
   | 
||