diff options
Diffstat (limited to 'benchmark/bm_hash_aref_str.rb')
-rw-r--r-- | benchmark/bm_hash_aref_str.rb | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/benchmark/bm_hash_aref_str.rb b/benchmark/bm_hash_aref_str.rb deleted file mode 100644 index 19439b0..0000000 --- a/benchmark/bm_hash_aref_str.rb +++ /dev/null @@ -1,4 +0,0 @@ -h = {} -strs = ('a'..'z').to_a.map!(&:freeze) -strs.each { |s| h[s] = s } -200_000.times { strs.each { |s| h[s] } } |