summaryrefslogtreecommitdiff
path: root/benchmark
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-19 01:23:50 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2012-10-19 01:23:50 +0000
commitf2a9c42c7aa666b70286045570c42b7884257550 (patch)
treed2af061efc8966e35cf1473262611bfdef9497eb /benchmark
parent0801dba3f6699488b12e70146f8cf3c0c28b1cb5 (diff)
* 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
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/bmx_temp.rb5
1 files changed, 0 insertions, 5 deletions
diff --git a/benchmark/bmx_temp.rb b/benchmark/bmx_temp.rb
deleted file mode 100644
index dd43426688..0000000000
--- a/benchmark/bmx_temp.rb
+++ /dev/null
@@ -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