-
-
Notifications
You must be signed in to change notification settings - Fork 48
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
Recompile speedups #55
Recompile speedups #55
Conversation
Codecov Report
@@ Coverage Diff @@
## master #55 +/- ##
=========================================
Coverage 100.00% 100.00%
=========================================
Files 8 8
Lines 219 239 +20
Branches 59 65 +6
=========================================
+ Hits 219 239 +20
Continue to review full report at Codecov.
|
The action probably just needs re-run. The failure looks like a transient network failure |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
We need to document this option threads
in the readme
Thanks @jsg2021 |
This PR contains a:
Motivation / Use-Case
Speed up recompiles by only using threads for the initial run.
Breaking Changes
Additional Info
Fixes #52