summaryrefslogtreecommitdiff
path: root/benchmark/bm_array_sample_100k_10.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_array_sample_100k_10.rb')
-rw-r--r--benchmark/bm_array_sample_100k_10.rb2
1 files changed, 0 insertions, 2 deletions
diff --git a/benchmark/bm_array_sample_100k_10.rb b/benchmark/bm_array_sample_100k_10.rb
deleted file mode 100644
index 5f41ecc32b..0000000000
--- a/benchmark/bm_array_sample_100k_10.rb
+++ /dev/null
@@ -1,2 +0,0 @@
-arr = [*0...100000]
-10_000.times {arr.sample 10}