mirror of
https://github.com/python/cpython.git
synced 2025-11-01 18:51:43 +00:00
bpo-30263: regrtest: log system load (#1452)
* bpo-30263: regrtest: log system load * regrtest: log the number of CPUs Log the number of CPUs in the header. --verbose now imply --header.
This commit is contained in:
parent
dbaf746b6d
commit
3d0056842c
3 changed files with 39 additions and 25 deletions
|
|
@ -343,5 +343,7 @@ def _parse_args(args, **kwargs):
|
|||
ns.use_resources.append(r)
|
||||
if ns.random_seed is not None:
|
||||
ns.randomize = True
|
||||
if ns.verbose:
|
||||
ns.header = True
|
||||
|
||||
return ns
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue