junit-quickcheck icon indicating copy to clipboard operation
junit-quickcheck copied to clipboard

Low performance when using nested list

Open Decat-SimonA opened this issue 5 years ago • 1 comments

When Pojo1 contains a List<Pojo2> that contains a List<Pojo3>, test time goes through the roof.

com.pholser.junit.quickcheck.internal.Reflection methods are not cached and most of the time is spent there

Decat-SimonA avatar Jun 26 '19 09:06 Decat-SimonA

@Decat-SimonA Thanks for this. Perhaps I can spent some time to cache the results of reflective operations.

pholser avatar Jun 27 '19 20:06 pholser