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