aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/dir_empty_p.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/dir_empty_p.yml')
-rw-r--r--benchmark/dir_empty_p.yml8
1 files changed, 0 insertions, 8 deletions
diff --git a/benchmark/dir_empty_p.yml b/benchmark/dir_empty_p.yml
deleted file mode 100644
index 73e59bec98..0000000000
--- a/benchmark/dir_empty_p.yml
+++ /dev/null
@@ -1,8 +0,0 @@
-benchmark:
- dir_empty_p: |
- require 'tmpdir'
- max = 100_000
- Dir.mktmpdir('bm_dir_empty_p') do |dir|
- max.times { Dir.empty?(dir) }
- end
-loop_count: 1