summaryrefslogtreecommitdiffhomepage
path: root/benchmark/bm_so_lists.rb
diff options
context:
space:
mode:
authorfurunkel <[email protected]>2015-04-24 19:34:39 +0200
committerfurunkel <[email protected]>2015-04-24 19:34:39 +0200
commit105f1f38a969bbe0e0ee1041c3c315a56bdc8c47 (patch)
tree9ec7a5bcdea3c97ef7b8b68c916651940c60784f /benchmark/bm_so_lists.rb
parent00518e0a4b134c5eb18802ccb9c0d5672923b7b2 (diff)
downloadmruby-105f1f38a969bbe0e0ee1041c3c315a56bdc8c47.tar.gz
mruby-105f1f38a969bbe0e0ee1041c3c315a56bdc8c47.zip
Add some of MRI's benchmarks
Diffstat (limited to 'benchmark/bm_so_lists.rb')
-rw-r--r--benchmark/bm_so_lists.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/benchmark/bm_so_lists.rb b/benchmark/bm_so_lists.rb
index f8d26797a..e8f4a2a5f 100644
--- a/benchmark/bm_so_lists.rb
+++ b/benchmark/bm_so_lists.rb
@@ -40,7 +40,7 @@ end
i = 0
while i<NUM
- i+=1
+ i += 1
result = test_lists()
end