Switch to a 6-core profile for mac (#6323)
* Switch to a 6-core profile for mac * Bump workers percentage to optimize for CPU count (#6329) * Bump macOS workers percentage to optimize for CPU count * Handle floor math --------- Co-authored-by: Jace Browning <jacebrowning@gmail.com>
This commit is contained in:
@ -20,7 +20,7 @@ if (process.env.E2E_WORKERS) {
|
||||
case 'darwin':
|
||||
case 'win32':
|
||||
default:
|
||||
workers = '25%' // Lower concurrency for heavier Electron processes
|
||||
workers = '40%' // Lower concurrency for heavier Electron processes
|
||||
break
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user