summaryrefslogtreecommitdiff
path: root/benchmark/bm_array_sort_block.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_array_sort_block.rb')
-rw-r--r--benchmark/bm_array_sort_block.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/benchmark/bm_array_sort_block.rb b/benchmark/bm_array_sort_block.rb
deleted file mode 100644
index 3579786056..0000000000
--- a/benchmark/bm_array_sort_block.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-ary = Array.new(1000) { rand(1000) }
-10000.times { ary.sort { |a, b| a <=> b } }