Skip to content

Latest commit

 

History

History
19 lines (13 loc) · 465 Bytes

sumcmp.rst

File metadata and controls

19 lines (13 loc) · 465 Bytes

Sumcmp

Usage

$ ./sumcmp.py old.json new.json "${DIR}"    # basic example
$ ./sumcmp.py --help                        # for more info

Description

The sumcmp.py tool compares two reports generated by diffsum.py. Every field in the new report is compared to the one in the old report and the difference is calculated and displayed. The output of the sumcmp.py tool is similar to diffsum.py.