This is an archive of the discontinued LLVM Phabricator instance.

Add geomean summary row to output from utils/compare.py.
ClosedPublic

Authored by fhahn on Feb 6 2019, 10:31 AM.

Details

Summary

This change adds a summary row with the geometric mean of the selected
metric to the output of utils/compare.py. The 'rhs' values are
normalized to the 'lhs' values and the geometric mean of the results
is computed.

This should be similar to the geomean row in the LNT HTML UI and allow
to compare 2 sets of runs.

Diff Detail

Repository
rL LLVM

Event Timeline

fhahn created this revision.Feb 6 2019, 10:31 AM
Herald added a project: Restricted Project. · View Herald Transcript
anemet accepted this revision.Mar 14 2019, 9:28 AM

Seems reasonable.

This revision is now accepted and ready to land.Mar 14 2019, 9:28 AM
This revision was automatically updated to reflect the committed changes.