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 Autograder performance #404

Open
Luro02 opened this issue Feb 1, 2024 · 0 comments
Open

Improve Autograder performance #404

Luro02 opened this issue Feb 1, 2024 · 0 comments
Labels

Comments

@Luro02
Copy link
Collaborator

Luro02 commented Feb 1, 2024

Description

A majority of time is spent compiling source code. As far as I know, the code is compiled three times:

  1. As a JAR for spoon analysis?
  2. By PMD for its analysis
  3. With error-prone

1 and 2 could be merged and 3 will be fixed with #403.

@Luro02 Luro02 added enhancement New feature or request D-hard low-priority labels Feb 1, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant