summaryrefslogtreecommitdiff
path: root/benchmark/hash_ident_sym.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/hash_ident_sym.yml')
-rw-r--r--benchmark/hash_ident_sym.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/benchmark/hash_ident_sym.yml b/benchmark/hash_ident_sym.yml
deleted file mode 100644
index e49bdba7f4..0000000000
--- a/benchmark/hash_ident_sym.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-benchmark:
- hash_ident_sym: |
- 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] } }
-loop_count: 1