]> Cypherpunks repositories - gostls13.git/commit
internal/fuzz: print size of interesting cache
authorAmelia Downs <adowns@vmware.com>
Thu, 30 Sep 2021 15:35:30 +0000 (11:35 -0400)
committerKatie Hockman <katie@golang.org>
Mon, 4 Oct 2021 20:57:50 +0000 (20:57 +0000)
commite8a85e90aca4adb472c66f8c42f6d4a41b8cca99
treea4a4eb0c76caf3dea764ac0f8ce68ce8e191153c
parent2dc91a25f619c49b5d64af1b92497705a3325951
internal/fuzz: print size of interesting cache

This change updates the log lines to clarify that the printed
interesting count is only for newly discovered cache entries, and prints
the total cache size. It only prints information about interesting
entries when coverageEnabled is true.

Fixes #48669

Change-Id: I2045afc204764c1842d323e8ae42016fb21b6fb7
Reviewed-on: https://go-review.googlesource.com/c/go/+/353172
Trust: Michael Knyszek <mknyszek@google.com>
Trust: Katie Hockman <katie@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
Reviewed-by: Jay Conrod <jayconrod@google.com>
Run-TryBot: Katie Hockman <katie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
src/internal/fuzz/fuzz.go