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

Add simple cache to speedup execution #8

Merged
merged 3 commits into from
Jun 12, 2024
Merged

Add simple cache to speedup execution #8

merged 3 commits into from
Jun 12, 2024

Conversation

102
Copy link
Owner

@102 102 commented Jun 12, 2024

This results in the following test execution time being reduced (while it also allows to add extra tests):

Before

ℹ tests 13
ℹ suites 0
ℹ pass 13
ℹ fail 0
ℹ cancelled 0
ℹ skipped 0
ℹ todo 0
ℹ duration_ms 14988.006458

vs
After

ℹ tests 13
ℹ suites 0
ℹ pass 13
ℹ fail 0
ℹ cancelled 0
ℹ skipped 0
ℹ todo 0
ℹ duration_ms 48.227042

@102 102 merged commit f06eb24 into main Jun 12, 2024
3 checks passed
@102 102 deleted the feat/cache branch June 12, 2024 14:21
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.

1 participant