-
Notifications
You must be signed in to change notification settings - Fork 5
Improved OnLocalhost
#25
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
base: main
Are you sure you want to change the base?
Conversation
Actually, |
Fine with me. I would just like to streamline the names. Should I go ahead and change that? |
Yes, let's do it. |
Done. Let's run the tests and merge? |
Running ... |
Codecov Report❌ Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## main #25 +/- ##
==========================================
+ Coverage 67.39% 67.45% +0.06%
==========================================
Files 19 20 +1
Lines 1426 1429 +3
==========================================
+ Hits 961 964 +3
Misses 465 465 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
I do not understand the error on windows. It somehow fails while checking the |
This PR updates the
OnLocalhost
runmode to allowjulia_flags
as well as adir
to be parsed. This allows the number of threads as well as theheap-size-hint
per local worker to be set independent of the main process, e.g.In addition,
OnLocalhost
was deprecated and renamed toLocalRun
.