about summary refs log tree commit diff
path: root/benchtests/scripts/benchout_strings.schema.json
Commit message (Collapse)AuthorAgeFilesLines
* benchtests: New script to parse memcpy resultsSiddhesh Poyarekar2017-06-221-0/+44
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.