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

Improve performance of test setup #2014

Open
cptartur opened this issue May 29, 2023 · 0 comments
Open

Improve performance of test setup #2014

cptartur opened this issue May 29, 2023 · 0 comments

Comments

@cptartur
Copy link
Member

Currently, collect_tests is called for every file within a tested package. This is problematic because setup of the db in collect_tests seems to be a quite expensive operation.

We should introduce changes to how the compiler db is initialized and test are collected, so we only repeat necessary operations.

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

No branches or pull requests

2 participants