We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Run test in parallel, hopefully all the tests but starting with engine
The text was updated successfully, but these errors were encountered:
After a little adjustment, it works with engine. Results show a 3 times speed gains on my 8-Core Intel Core i9:
npx mocha 'test/**/*.coffee' 1m 31s npx mocha 'test/**/*.coffee' --parallel 35s npx mocha 'test/**/*.coffee' --parallel -j 8 30s npx mocha 'test/**/*.coffee' --parallel -j 16 34s npx mocha 'test/**/*.coffee' --parallel -j 32 41s
Sorry, something went wrong.
sergkudinov
No branches or pull requests
Run test in parallel, hopefully all the tests but starting with engine
The text was updated successfully, but these errors were encountered: