* benchmark/bmx_temp.rb: removed.

This file should not be in repository.



git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@37263 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
ko1 2012-10-19 01:23:50 +00:00
parent 0801dba3f6
commit f2a9c42c7a
2 changed files with 5 additions and 5 deletions

View File

@ -1,3 +1,8 @@
Fri Oct 19 10:22:26 2012 Koichi Sasada <ko1@atdot.net>
* benchmark/bmx_temp.rb: removed.
This file should not be in repository.
Fri Oct 19 10:20:10 2012 Koichi Sasada <ko1@atdot.net>
* benchmark/driver.rb: add new option `--ruby-arg [ARG]'

View File

@ -1,5 +0,0 @@
i = 0
while i<800000 # benchmark loop 2
i += 1
a = 1 + 2 + 3 + 4 + 5 + 6 + 7 + 8 + 9
end