[PATCH] D16318: [LNT] Add a "number of test results" table to the daily report page.

Kristof Beyls via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 19 06:34:46 PST 2016


kristof.beyls created this revision.
kristof.beyls added a reviewer: cmatthews.
kristof.beyls added a subscriber: llvm-commits.

We've found it useful to have a table on the daily report page which reports for each
machine how many tests were seen on a given day. It has helped us to quickly notice
when a certain machine started producing fewer test/benchmark results for some reason.

AFAIK, there isn't another way to quickly notice if a particular machine starts producing
fewer-than-expected benchmark results.

http://reviews.llvm.org/D16318

Files:
  lnt/server/reporting/analysis.py
  lnt/server/reporting/dailyreport.py
  lnt/server/ui/templates/reporting/daily_report.html
  tests/server/ui/V4Pages.py

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16318.45255.patch
Type: text/x-patch
Size: 9946 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160119/66b95909/attachment.bin>


More information about the llvm-commits mailing list