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
The documentation and the code itself seems to indicate that if I add a number after the task, it will change the number of CPUs used to run the suite, but when I try this, I get errors like so:
RAILS_ENV=test rake parallel:spec[4]
zsh: no matches found: parallel:spec[4]
Without the brackets, I do not get an error, but it also doesn't limit the CPU count
RAILS_ENV=test rake parallel:spec 4
10 processes for 476 specs, ~ 47 specs per process
I would have expected at least one of these to result in 4 processes for 476 specs, ~120 specs per process (or something around 120, I didn't do the math... :) )
The text was updated successfully, but these errors were encountered:
The documentation and the code itself seems to indicate that if I add a number after the task, it will change the number of CPUs used to run the suite, but when I try this, I get errors like so:
Without the brackets, I do not get an error, but it also doesn't limit the CPU count
I would have expected at least one of these to result in
4 processes for 476 specs, ~120 specs per process
(or something around 120, I didn't do the math... :) )The text was updated successfully, but these errors were encountered: