debian-mirror-gitlab/derailed-benchmarks/test/fixtures/require/child_two.rb
2019-10-03 14:02:42 +05:30

9 lines
154 B
Ruby

class ChildTwo
@retained = +""
200_000.times.map { @retained << "A" }
end
begin
require File.expand_path('../raise_child.rb', __FILE__)
rescue
end