mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Increase parallelism in macOS WPT testing
… now that remaining dual-core workers have been upgraded to quad-cores. Also reduces the number of WPT chunks since per-task overhead becomes more siginificant when tasks are becoming shorter.
This commit is contained in:
parent
250184fe60
commit
fbc10d0137
1 changed files with 2 additions and 2 deletions
|
@ -664,8 +664,8 @@ def macos_wpt():
|
|||
macos_run_task,
|
||||
build_task,
|
||||
repo_dir="repo",
|
||||
total_chunks=30,
|
||||
processes=4,
|
||||
total_chunks=20,
|
||||
processes=8,
|
||||
)
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue