[PATCH] D16356: Color the background of sparklines on the daily report page based on the hash value of the binary.

Kristof Beyls via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 20 06:25:37 PST 2016


kristof.beyls added a comment.

F1341633: Screen Shot 2016-01-20 at 14.02.10.png <http://reviews.llvm.org/F1341633>

Adding screenshot of what the background colouring in sparklines based on binary hash values looks like. The screenshot shows that it's more straightforward to see what results are noise and which ones are probably real differences:

- The 14% performance swing in viterbi in the screenshot is just noise, as the program binary didn't change (same background colour).
- The 13% performance swing in sim is probably real: the binary changed since yesterday.
- hexxagon and sqlite3: the regressions are probably real. Both programs have oscillated a bit over the past week; i.e. the re-occurence of the same background colour indicates LLVM ToT's codegen for these programs has been identical on a few non-consecutive days.
- hash2: it's just noise, the binary hasn't changed for the past 10 days.


http://reviews.llvm.org/D16356





More information about the llvm-commits mailing list