1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

* benchmark/driver.rb: remove unexpected `output'.

(commit miss)



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37265 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2012-10-19 02:15:00 +00:00
parent 3daa9b9f5a
commit e99989bf4f
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,8 @@
Fri Oct 19 11:13:55 2012 Koichi Sasada <ko1@atdot.net>
* benchmark/driver.rb: remove unexpected `output'.
(commit miss)
Fri Oct 19 10:24:03 2012 Koichi Sasada <ko1@atdot.net>
* vm_insnhelper.c (vm_search_method): remove needless local variable.

View file

@ -238,7 +238,6 @@ class BenchmarkDriver
def measure executable, file
cmd = "#{executable} #{@ruby_arg} #{file}"
output cmd
m = Benchmark.measure{
`#{cmd}`
}