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

Cache reflective access in LambdaSupport #443

Merged
merged 1 commit into from
Dec 29, 2022

Conversation

vlsi
Copy link
Contributor

@vlsi vlsi commented Dec 27, 2022

Overview

It improves DateTimeTests from 24sec to 2.4sec

GitHub Before:

https://github.com/jlink/jqwik/actions/runs/3775603022/jobs/6418377699#step:5:438

         43.8sec,    7 completed,   0 failed,   0 skipped, net.jqwik.time.api.dateTimes.localDateTime.dateTimeMethods.DateTimeTests
        149.0sec, 1211 completed,   0 failed,   0 skipped, Gradle Test Run :time:test

GitHub After:

https://github.com/jlink/jqwik/actions/runs/3786064361/jobs/6436619215#step:5:442

         44.0sec, 1211 completed,   0 failed,   0 skipped, Gradle Test Run :time:test

I hereby agree to the terms of the jqwik Contributor Agreement.

It improves DateTimeTests from 24sec to 2.4sec
@jlink jlink merged commit 8af4e91 into jqwik-team:main Dec 29, 2022
@jlink
Copy link
Collaborator

jlink commented Dec 29, 2022

@vlsi That was a real performance booster. Got the time module tests down to 16 secs from 70 secs on my machine. Thanks!

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

Successfully merging this pull request may close these issues.

None yet

2 participants