aboutsummaryrefslogtreecommitdiffstats
path: root/pkg/stats
Commit message (Collapse)AuthorAgeFilesLines
* tools/syz-testbed: show diffs and p-valuesAleksandr Nogikh2021-12-061-0/+19
| | | | | | | | | | Enable the user to specify the pivot column for the stats table. If such a column is set, calculate and print the relative difference between checkouts and p-values for the estimation of statistical significance of the experimental data. For the p-value calculation use the existing implementation from the go-benchstat tool.
* pkg: add stats packageAleksandr Nogikh2021-12-062-0/+139
This package will contain generic statistical entities and routies. At this moment it is mostly needed by syz-testbed.