]> Cypherpunks repositories - gostls13.git/commit
[dev.fuzz] internal/fuzz: stablize mutator benchmark and add additional benchmarks
authorRoland Shoemaker <roland@golang.org>
Fri, 4 Jun 2021 01:04:53 +0000 (18:04 -0700)
committerRoland Shoemaker <roland@golang.org>
Fri, 4 Jun 2021 15:59:32 +0000 (15:59 +0000)
commit542e8c74e7051690539889a1dd0197517603e473
treea763cd3a3f6157bdcbca39c61f5daecd02235235
parent5542c10fbf19cb199d1659c18963f9ed83570746
[dev.fuzz] internal/fuzz: stablize mutator benchmark and add additional benchmarks

Adds a few new benchmarks, and attempts to reduce the variability of the
existing BenchmarkMutatorBytes benchmark. These should help provide some
insight when we're working on performance issues.

Change-Id: I45b68ae36da99ec2eb4a610b7a3fc6fbf3d9494a
Reviewed-on: https://go-review.googlesource.com/c/go/+/324969
Trust: Roland Shoemaker <roland@golang.org>
Trust: Katie Hockman <katie@golang.org>
Run-TryBot: Roland Shoemaker <roland@golang.org>
Reviewed-by: Katie Hockman <katie@golang.org>
TryBot-Result: Go Bot <gobot@golang.org>
src/internal/fuzz/mutator_test.go
src/internal/fuzz/worker_test.go [new file with mode: 0644]