go/src/internal/fuzz
Jay Conrod b178a81e1f [dev.fuzz] internal/fuzz: don't count time spent loading corpus
The -fuzztime flag tells us how much time to spend fuzzing, not
counting time spent running the seed corpus. We shouldn't count time
spent loading the cache either. If the cache is large, the time limit
may be exceeded before the coordinator starts the workers.

Change-Id: If00435faa5d24aabdb9003ebb9337fa2e47f22b6
Reviewed-on: https://go-review.googlesource.com/c/go/+/307310
Trust: Jay Conrod <jayconrod@google.com>
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Jay Conrod <jayconrod@google.com>
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
2021-04-09 17:53:57 +00:00
..
coverage.go [dev.fuzz] internal/fuzz: implement coverage and trace instrumentation 2021-04-09 17:19:43 +00:00
encoding.go [dev.fuzz] testing,internal/fuzz: support structured inputs 2021-02-23 21:10:06 +00:00
encoding_test.go [dev.fuzz] internal/fuzz: updating version incoding 2021-02-22 18:50:34 +00:00
fuzz.go [dev.fuzz] internal/fuzz: don't count time spent loading corpus 2021-04-09 17:53:57 +00:00
mem.go [dev.fuzz] internal/fuzz: add sharedMem.setValueLen 2021-01-15 14:30:24 +00:00
mutator.go [dev.fuzz] internal/fuzz: add mutator for int types 2021-04-09 16:22:38 +00:00
mutator_test.go [dev.fuzz] internal/fuzz: reduce allocation in the mutator 2021-04-05 17:04:08 +00:00
pcg.go [dev.fuzz] internal/fuzz: implement a more robust mutator 2021-01-12 16:31:19 +00:00
sys_posix.go [dev.fuzz] internal/fuzz: fix deadlock with multiple workers 2021-03-09 18:38:07 +00:00
sys_unimplemented.go [dev.fuzz] testing, internal/fuzz: multiple small fixes 2021-03-09 18:36:29 +00:00
sys_windows.go [dev.fuzz] internal/fuzz: fix two bugs affecting windows 2021-03-09 18:36:54 +00:00
trace.go [dev.fuzz] internal/fuzz: implement coverage and trace instrumentation 2021-04-09 17:19:43 +00:00
worker.go [dev.fuzz] internal/fuzz: small bug fixes and refactors to minimization 2021-04-07 14:58:04 +00:00