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