]> Cypherpunks repositories - gostls13.git/commit
runtime: make map deletion benchmarks faster to run
authorJosh Bleecher Snyder <josharian@gmail.com>
Fri, 9 Jun 2017 18:28:42 +0000 (11:28 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 14 Aug 2017 00:50:52 +0000 (00:50 +0000)
commit38044eca7c67981aa0c98847a35ec2daf0763d0e
tree5e455cc50457a1b0b088c5b3bf033a67fb984250
parent9065c3bf3464f6a94e2b60992a9cba76effc16bc
runtime: make map deletion benchmarks faster to run

This reduces the wall time to run these benchmarks by about 30%.

Change-Id: I494a93c93e5acb1514510d85f65796f62e1629a5
Reviewed-on: https://go-review.googlesource.com/54650
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Martin Möhrmann <moehrmann@google.com>
src/runtime/map_test.go