Documentation ¶ Index ¶ func Stop(t *testing.T, start time.Time) bool Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func Stop ¶ func Stop(t *testing.T, start time.Time) bool Stop returns true when the fuzz test should stop. If gets the duration from the environment variable FUZZ which should contain a Go duration string like '20m', or '10h'. If FUZZ is empty or can't be found true is returned. Types ¶ This section is empty. Source Files ¶ View all Source files fuzz.go Click to show internal directories. Click to hide internal directories.