finally creating less objects in the test
basic still #23 , now applied Basic size of 20, interpreter gets 50 and the full set is 1024 Tests run more than twice as fast!!
This commit is contained in:
@ -12,4 +12,10 @@ module Parfait
|
||||
@method = Parfait::CallableMethod.new( :meth , @obj , @args , @frame)
|
||||
end
|
||||
end
|
||||
class BigParfaitTest < ParfaitTest
|
||||
def setup
|
||||
Parfait.boot!(Parfait.full_test_options)
|
||||
@space = Parfait.object_space
|
||||
end
|
||||
end
|
||||
end
|
||||
|
Reference in New Issue
Block a user