Use one worker per CPU when running own specs in parallel
This commit is contained in:
@@ -61,7 +61,7 @@ module.exports = function(grunt) {
|
|||||||
const runner = new ParallelRunner({
|
const runner = new ParallelRunner({
|
||||||
// TODO:
|
// TODO:
|
||||||
// jasmineCore,
|
// jasmineCore,
|
||||||
// numWorkers: require('os').cpus().length
|
numWorkers: require('os').cpus().length
|
||||||
});
|
});
|
||||||
|
|
||||||
runner.loadConfigFile('./spec/support/jasmine.json')
|
runner.loadConfigFile('./spec/support/jasmine.json')
|
||||||
|
|||||||
Reference in New Issue
Block a user