This is an archive of the discontinued LLVM Phabricator instance.

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

Authored by kristof.beyls on Jan 19 2016, 6:34 AM.

Details

Summary

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.

Diff Detail

Repository
rL LLVM

Event Timeline

kristof.beyls retitled this revision from to [LNT] Add a "number of test results" table to the daily report page..
kristof.beyls updated this object.
kristof.beyls added a reviewer: cmatthews.
kristof.beyls added a subscriber: llvm-commits.

Just adding a screenshot of what the table looks like on a day where the machines haven't produced a full set of benchmark results:

cmatthews accepted this revision.Jan 19 2016, 12:55 PM
cmatthews edited edge metadata.

Looks good. Wonderful feature. Thanks!

This revision is now accepted and ready to land.Jan 19 2016, 12:55 PM
This revision was automatically updated to reflect the committed changes.