summaryrefslogtreecommitdiff
path: root/benchmark/bm_hash_ident_flo.rb
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/bm_hash_ident_flo.rb')
-rw-r--r--benchmark/bm_hash_ident_flo.rb4
1 files changed, 0 insertions, 4 deletions
diff --git a/benchmark/bm_hash_ident_flo.rb b/benchmark/bm_hash_ident_flo.rb
deleted file mode 100644
index 0c7edfed3e..0000000000
--- a/benchmark/bm_hash_ident_flo.rb
+++ /dev/null
@@ -1,4 +0,0 @@
-h = {}.compare_by_identity
-strs = (1..10000).to_a.map!(&:to_f)
-strs.each { |s| h[s] = s }
-50.times { strs.each { |s| h[s] } }