debian-mirror-gitlab/derailed-benchmarks/test/fixtures/require/child_two.rb

10 lines
154 B
Ruby
Raw Normal View History

2019-10-03 14:02:42 +05:30
class ChildTwo
@retained = +""
200_000.times.map { @retained << "A" }
end
begin
require File.expand_path('../raise_child.rb', __FILE__)
rescue
end