aboutsummaryrefslogtreecommitdiffstats
path: root/benchmark/bm_hash_aref_dsym.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_hash_aref_dsym.rb')
-rw-r--r--benchmark/bm_hash_aref_dsym.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/benchmark/bm_hash_aref_dsym.rb b/benchmark/bm_hash_aref_dsym.rb
deleted file mode 100644
index af4f8c36d4..0000000000
--- a/benchmark/bm_hash_aref_dsym.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-h = {}
-syms = ('a'..'z').map { |s| s.to_sym }
-syms.each { |s| h[s] = 1 }
-200_000.times { syms.each { |s| h[s] } }