aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/array_values_at_range.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/array_values_at_range.yml')
-rw-r--r--benchmark/array_values_at_range.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/benchmark/array_values_at_range.yml b/benchmark/array_values_at_range.yml
deleted file mode 100644
index 9de66261bb..0000000000
--- a/benchmark/array_values_at_range.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-benchmark:
- array_values_at_range: |
- ary = Array.new(10000) {|i| i}
- 100000.times { ary.values_at(1..2000) }
-loop_count: 1