$ ./sumcmp.py old.json new.json "${DIR}" # basic example
$ ./sumcmp.py --help # for more info
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
.