summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJohn Hawthorn <[email protected]>2025-05-12 18:22:39 -0700
committerJohn Hawthorn <[email protected]>2025-05-12 19:05:19 -0700
commit9b8c846bdf4ae2f218e0b92d0898d7206d0002c9 ()
tree00c6826e1075213448c970702a55ee893a5e2c93
parent203199251f723d02f23f5782523d16f91277ea82 (diff)
Add an additional test to module_eqq
Notes: Merged: https://.com/ruby/ruby/pull/13308
-rw-r--r--benchmark/module_eqq.yml7
1 files changed, 6 insertions, 1 deletions
@@ -1,4 +1,5 @@
prelude: |
class SimpleClass; end
class MediumClass
10.times { include Module.new }
@@ -24,4 +25,8 @@ benchmark:
SimpleClass === LargeObj
simple_class_eqq_huge_obj: |
SimpleClass === HugeObj
-loop_count: 20000000