summaryrefslogtreecommitdiffstats
path: root/benchmark
diff options
context:
space:
mode:
authornobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-10 23:30:39 +0000
committernobu <nobu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2008-10-10 23:30:39 +0000
commitcc817843650de3a90843201d9e96ada2861a1726 (patch)
tree56b8bd6fecaccc1845619656f117b02c9186626a /benchmark
parent90c7902834ed4e414831669e1bf1ae3af4a4a91f (diff)
downloadruby-cc817843650de3a90843201d9e96ada2861a1726.tar.gz
ruby-cc817843650de3a90843201d9e96ada2861a1726.tar.xz
ruby-cc817843650de3a90843201d9e96ada2861a1726.zip
properties.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@19754 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'benchmark')
-rw-r--r--benchmark/bm_loop_for.rb6
1 files changed, 3 insertions, 3 deletions
diff --git a/benchmark/bm_loop_for.rb b/benchmark/bm_loop_for.rb
index 398f6ff61..0fc4cc151 100644
--- a/benchmark/bm_loop_for.rb
+++ b/benchmark/bm_loop_for.rb
@@ -1,3 +1,3 @@
-for i in 1..30_000_000
- #
-end
+for i in 1..30_000_000
+ #
+end