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