diff options
-rw-r--r-- | benchmark/module_eqq.yml | 7 |
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 |