mirror of
https://github.com/python/cpython.git
synced 2025-08-04 08:59:19 +00:00
Tests: add --slowest option to buildbots
Display the top 10 slowest tests.
This commit is contained in:
parent
6c44619ece
commit
f7457001a6
2 changed files with 2 additions and 2 deletions
|
@ -16,4 +16,4 @@ if "%1"=="+q" (set rt_opts=%rt_opts:-q=%) & shift & goto CheckOpts
|
|||
if NOT "%1"=="" (set regrtest_args=%regrtest_args% %1) & shift & goto CheckOpts
|
||||
|
||||
echo on
|
||||
call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --timeout=900 %regrtest_args%
|
||||
call "%here%..\..\PCbuild\rt.bat" %rt_opts% -uall -rwW --slowest --timeout=900 %regrtest_args%
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue