You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Auto merge of #8491 - matthiaskrgr:no_num_cpus, r=flip1995
tests: use std::thread::available_parallelism() instead of num_cpus to get thread count
removes the dependency added in #8451
---
*Please write a short comment explaining your change (or "none" for internal only changes)*
changelog: tests: use std::thread::available_parallelism() instead of num_cpus to get thread count
0 commit comments