Skip to content

Commit 9b8c846

Browse files
committed
Add an additional test to module_eqq
1 parent 2031992 commit 9b8c846

1 file changed

Lines changed: 6 additions & 1 deletion

File tree

benchmark/module_eqq.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
prelude: |
2+
module SomeModule; end
23
class SimpleClass; end
34
class MediumClass
45
10.times { include Module.new }
@@ -24,4 +25,8 @@ benchmark:
2425
SimpleClass === LargeObj
2526
simple_class_eqq_huge_obj: |
2627
SimpleClass === HugeObj
27-
loop_count: 20000000
28+
simple_class_eqq_module: |
29+
SimpleClass === HugeObj
30+
module_eqq_module: |
31+
SomeModule === HugeObj
32+
loop_count: 10000000

0 commit comments

Comments
 (0)