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