summaryrefslogtreecommitdiff
path: root/benchmark/hash_ident_obj.yml
diff options
context:
space:
mode:
Diffstat (limited to 'benchmark/hash_ident_obj.yml')
-rw-r--r--benchmark/hash_ident_obj.yml7
1 files changed, 0 insertions, 7 deletions
diff --git a/benchmark/hash_ident_obj.yml b/benchmark/hash_ident_obj.yml
deleted file mode 100644
index 95c310985f..0000000000
--- a/benchmark/hash_ident_obj.yml
+++ /dev/null
@@ -1,7 +0,0 @@
-benchmark:
- hash_ident_obj: |
- h = {}.compare_by_identity
- objs = 26.times.map { Object.new }
- objs.each { |o| h[o] = o }
- 200_000.times { objs.each { |o| h[o] } }
-loop_count: 1