| Index: scripts/slave/recipes/mojo.expected/mojo_linux_perf.json
|
| diff --git a/scripts/slave/recipes/mojo.expected/mojo_linux_perf.json b/scripts/slave/recipes/mojo.expected/mojo_linux_perf.json
|
| index 42ed8db0f5a89cbe300c0420f919eee2aa133efd..eef3625fd25b5d8cbef1c4ad0c1451a29a779eb4 100644
|
| --- a/scripts/slave/recipes/mojo.expected/mojo_linux_perf.json
|
| +++ b/scripts/slave/recipes/mojo.expected/mojo_linux_perf.json
|
| @@ -121,6 +121,22 @@
|
| "cmd": [
|
| "python",
|
| "-u",
|
| + "\nimport multiprocessing\nprint min(200, multiprocessing.cpu_count() * 10)\n"
|
| + ],
|
| + "name": "ensure_goma.get the number of cpus",
|
| + "stdout": "/path/to/tmp/",
|
| + "~followup_annotations": [
|
| + "@@@STEP_NEST_LEVEL@1@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@import multiprocessing@@@",
|
| + "@@@STEP_LOG_LINE@python.inline@print min(200, multiprocessing.cpu_count() * 10)@@@",
|
| + "@@@STEP_LOG_END@python.inline@@@"
|
| + ]
|
| + },
|
| + {
|
| + "cmd": [
|
| + "python",
|
| + "-u",
|
| "[SLAVE_BUILD]/src/mojo/tools/mojob.py",
|
| "gn",
|
| "--release"
|
|
|