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