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