Use minitest-profile to find long tests
Only found one big fibo All else due to large amount of objects (now with factories it jumped from hundreds to thousands)
This commit is contained in:
@ -18,7 +18,7 @@ module Elf
|
||||
return result
|
||||
end
|
||||
def main(arg)
|
||||
return fibo(20)
|
||||
return fibo(8)
|
||||
end
|
||||
HERE
|
||||
@exit_code = 4
|
||||
|
Reference in New Issue
Block a user