syzkaller/pkg/bisect
Dmitry Vyukov 028c09511b pkg/bisect: detect when too many instances errored
We currently skip a commit iff all 10 instances errored.
But if, say, only 9 errored we consider it as OK,
but this significnalty reduces chances of detecting flaky crashes.
So skip if more than 2/3 errored.

Update #501
2019-03-22 12:56:42 +01:00
..
bisect.go pkg/bisect: detect when too many instances errored 2019-03-22 12:56:42 +01:00