Commit 4187f474 authored by Stephen McGruer's avatar Stephen McGruer Committed by Chromium LUCI CQ

[wptrunner] Increase parallelism from 3 processes to 20.

Based on my testing[0], this is a reasonable sweet spot before
performance gains diminish substantially (and then actually start
to regress near 40 processes).

Long term, we should consider the user/bot's cpu_count and calculate
something like that, but for now this brings our shard time down from
nearly 300m to ~130m.

[0]: https://docs.google.com/spreadsheets/d/1hMIoOB1oaC9iyWK5GEy5xIwUJLoDRaI77ReJ1lKjpZk/edit#gid=0

Bug: 1023835

Change-Id: Ifccb39af65f8ac9e785818b3e4cf27138dc61d26
Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/2633371Reviewed-by: default avatarLuke Z <lpz@chromium.org>
Reviewed-by: default avatarErik Staab <estaab@chromium.org>
Commit-Queue: Stephen McGruer <smcgruer@chromium.org>
Cr-Commit-Position: refs/heads/master@{#844837}
parent 66a6bb32
...@@ -51664,7 +51664,7 @@ ...@@ -51664,7 +51664,7 @@
"isolated_scripts": [ "isolated_scripts": [
{ {
"args": [ "args": [
"--child-processes=3" "--child-processes=20"
], ],
"isolate_name": "wpt_tests_isolate", "isolate_name": "wpt_tests_isolate",
"merge": { "merge": {
...@@ -5105,7 +5105,7 @@ ...@@ -5105,7 +5105,7 @@
'wpt_web_tests': { 'wpt_web_tests': {
'wpt_tests_suite': { 'wpt_tests_suite': {
'args': [ 'args': [
'--child-processes=3', '--child-processes=20',
], ],
'merge': { 'merge': {
'args': [ 'args': [
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment