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

Improving performance of the build tool #13

Open
MMK21Hub opened this issue Aug 18, 2023 · 1 comment
Open

Improving performance of the build tool #13

MMK21Hub opened this issue Aug 18, 2023 · 1 comment

Comments

@MMK21Hub
Copy link
Owner

Currently, the build tool takes quite a long time to run, especially when many versions are targeted. The main consequence of this is slower development of the pack, so I'm looking to improve the build times. Besides - more speed is more fun!

@MMK21Hub
Copy link
Owner Author

The longest part of the build process is actually validating each Fix object, because it often has to make multiple calls to the Mojira API (this takes about 20s). Fortunately, each fix is validated asynchronously - otherwise it would take even longer!

Actually running the transformers to generate the language files takes ~8s, so there's room for improvement there as well.

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

1 participant