Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Low performance when using nested list #231

Open
Decat-SimonA opened this issue Jun 26, 2019 · 1 comment
Open

Low performance when using nested list #231

Decat-SimonA opened this issue Jun 26, 2019 · 1 comment

Comments

@Decat-SimonA
Copy link

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

@pholser
Copy link
Owner

pholser commented Jun 27, 2019

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants