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