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

Eclipse plugin performance improvements #341

Merged
merged 6 commits into from
Oct 22, 2022

Conversation

gtoison
Copy link
Contributor

@gtoison gtoison commented Sep 23, 2022

Biggest performance bottleneck is calling file.lastModified() twice for every file when a change is made, file.isDirectory() is also expensive

Biggest performance bottleneck is calling file.lastModified() twice for
every file when a change is made, file.isDirectory() is also expensive

- Use java nio's BasicFileAttributes to read the last modified time
(see #12)
- Use Files.walk to search the folders
- Monitor for post build events so we run tests once everything is built
(see #340)
- Check for removed tests (see #337)
@gtoison gtoison merged commit ee24931 into master Oct 22, 2022
@gtoison gtoison deleted the pr-eclipse-performance-improvements branch October 23, 2022 09:10
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

1 participant