benchtests: New script to parse memcpy results
commit25d5247277760e669a69618ce99ce6065e92362c
authorSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 22 Jun 2017 18:14:50 +0000 (22 23:44 +0530)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Thu, 22 Jun 2017 18:14:51 +0000 (22 23:44 +0530)
treeaa2d158d455d31592b9f2ad1d71e5d2cbd2ebdf7
parent5ee1e3cebc47495a36d17a0066c241978ca6f502
benchtests: New script to parse memcpy results

Read the memcpy results in json and print out the results in tabular
form, in addition to generating a graph of the results to compare all
of the implementations.

The format of the output is extensible enough to allow this kind of
analysis to be done on other string functions as well.

* benchtests/scripts/benchout_strings.schema.json: New file.
* benchtests/scripts/compare_strings.py: New file.
benchtests/scripts/benchout_strings.schema.json [new file with mode: 0644]
benchtests/scripts/compare_strings.py [new file with mode: 0755]