summaryrefslogtreecommitdiffstats
path: root/compare
Commit message (Collapse)AuthorAgeFilesLines
* compare: Fix millisecond zero paddingOneric2020-06-152-5/+5
| | | | | Padding should be 3 digits not 4, otherwise 2252ms are displayed as '0:00:02.0252' instead of '0:00:02.252'.
* Add infrastructure for regression testingDr.Smile2020-05-0713-0/+1011
`test` subdirectory contains complete test example.