aboutsummaryrefslogtreecommitdiffstats
path: root/tools/syz-testbed/table_test.go
Commit message (Collapse)AuthorAgeFilesLines
* pkg/stat: rename package name to singular formDmitry Vyukov2024-07-241-1/+1
| | | | | | | | Go package names should generally be singular form: https://go.dev/blog/package-names https://rakyll.org/style-packages https://groups.google.com/g/golang-nuts/c/buBwLar1gNw
* pkg/stats: split out pkg/stats/sampleAleksandr Nogikh2024-06-141-4/+4
| | | | | This will reduce the number of dependencies needed for the main syzkaller tools.
* tools/syz-testbed: fix relative value change computationAleksandr Nogikh2024-03-211-0/+27
It's perfectly normal for a column value not to be present -- e.g. when we compare syzkaller branches that don't use the same statistics.