This is an archive of the discontinued LLVM Phabricator instance.

[utils][compare.py] Add a plotting option
Needs ReviewPublic

Authored by dmilosevic141 on Dec 27 2021, 4:03 AM.

Details

Reviewers
djtodoro
amyk
Summary

This patch introduces a plotting option to the utils/compare.py script.
Plots offer a visual representation of the mean values, as well as the most differing test results, for the given file(s) and metric(s).

Example of a comparison of two files based on a single metric:


Example of a comparison of two files based on multiple metrics:

Diff Detail