-
Notifications
You must be signed in to change notification settings - Fork 53
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
Espresso: faster tests #1819
Espresso: faster tests #1819
Conversation
Can one of the admins verify this patch? |
It seems that OMP_NUM_THREADS=8 is indeed very inefficient, tests are down to 1m25. I will let you deal with the details? |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #1819 +/- ##
=======================================
Coverage 99.42% 99.42%
=======================================
Files 80 80
Lines 3112 3112
=======================================
Hits 3094 3094
Misses 18 18 ☔ View full report in Codecov by Sentry. |
Absolutely wild!!! 🔥 I can sort out the rest. |
Summary of Changes
As discussed in #1789 some parallelization flags can help make espresso tests faster
Checklist
main
.Notes
Closes #1818.