aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/array_sort_block.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/array_sort_block.yml')
-rw-r--r--benchmark/array_sort_block.yml5
1 files changed, 0 insertions, 5 deletions
diff --git a/benchmark/array_sort_block.yml b/benchmark/array_sort_block.yml
deleted file mode 100644
index 775db90f4b..0000000000
--- a/benchmark/array_sort_block.yml
+++ /dev/null
@@ -1,5 +0,0 @@
-benchmark:
- array_sort_block: |
- ary = Array.new(1000) { rand(1000) }
- 10000.times { ary.sort { |a, b| a <=> b } }
-loop_count: 1