summaryrefslogtreecommitdiff
path: root/benchmark/bmx_temp.rb
diff options
context:
space:
mode:
authorko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-27 08:33:21 +0000
committerko1 <ko1@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2007-09-27 08:33:21 +0000
commit2fe11b75d631ea10a3dd3acbdb25ce40cb40a411 (patch)
tree6dcd8fb6891866a21cf007504f5093316c92f194 /benchmark/bmx_temp.rb
parent87375866a629e64a646c1b32d0e50926a729ca11 (diff)
* benchmark/driver.rb: fix to output some helpful messages.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13536 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'benchmark/bmx_temp.rb')
-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
index 2b78092793..e69de29bb2 100644
--- a/benchmark/bmx_temp.rb
+++ b/benchmark/bmx_temp.rb
@@ -1,5 +0,0 @@
-str = '*' * 1_000_000
-
-1.times{
- str.split('*').size
-}