show top five slow tests in the summary

This commit is contained in:
Nikita Smith
2026-04-20 10:39:50 -07:00
parent 0a791e5876
commit d7cc06f5d5
4 changed files with 138 additions and 14 deletions
+3
View File
@@ -19,6 +19,9 @@ for %%c in (%CC_VALUES%) do for %%m in (%MODE_VALUES%) do (
echo --------------------------------------------------------------------------------
echo Build %%c+%%m
rem nuke artifacts from last run
rmdir /s /q build\torture
if "%%c" equ "clang" (
set PATH=%clang_path%..\lib\clang\%clang_version%\lib\windows;!PATH!
)