https://bugs.winehq.org/show_bug.cgi?id=42757
Bug ID: 42757 Summary: test.winehq.org: Provide stats on the tests run time Product: WineHQ.org Version: unspecified Hardware: x86 OS: Linux Status: NEW Severity: normal Priority: P2 Component: www-unknown Assignee: wine-bugs@winehq.org Reporter: fgouget@codeweavers.com Distribution: ---
It would be interesting to have some information about where WineTest.exe spends the most time as it sometimes takes close to 20 minutes (the maximum allowed on the TestBot is 30 minutes so there is still some margin).
Having data on how long a test unit takes per platform could be valuable. This would help identify which test units take too much time or which machines are having trouble keeping up compared to their peers.
The WineTest reports contain run time data for each test unit with a 1s granularity. This could be exploited to generate some extra per-build index files showing the test units sorted by run time with some min, max and average data.