diff options
| author | furunkel <[email protected]> | 2015-04-24 19:34:39 +0200 |
|---|---|---|
| committer | furunkel <[email protected]> | 2015-04-24 19:34:39 +0200 |
| commit | 105f1f38a969bbe0e0ee1041c3c315a56bdc8c47 (patch) | |
| tree | 9ec7a5bcdea3c97ef7b8b68c916651940c60784f /benchmark/bm_so_lists.rb | |
| parent | 00518e0a4b134c5eb18802ccb9c0d5672923b7b2 (diff) | |
| download | mruby-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.rb | 2 |
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 |
