-
Notifications
You must be signed in to change notification settings - Fork 450
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
feat(interactive): Make use of all available cpus at startup #4343
Conversation
Committed-by: xiaolei.zl from Dev container
Please check the preview of the documentation changes at |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #4343 +/- ##
==========================================
- Coverage 65.38% 58.78% -6.61%
==========================================
Files 114 12 -102
Lines 12038 592 -11446
==========================================
- Hits 7871 348 -7523
+ Misses 4167 244 -3923 see 102 files with indirect coverage changes Continue to review full report in Codecov by Sentry.
|
Committed-by: xiaolei.zl from Dev container
Committed-by: [email protected] from Dev container
…into fix-hang Committed-by: xiaolei.zl from Dev container
Committed-by: xiaolei.zl from Dev container
Committed-by: xiaolei.zl from Dev container
At startup, try to make use of all available cpus on hosts.
Also fix a deep copy bug in
test_robustness.py
.The CI failures are due to rust version, and will be fixed in PR: #4373