]> Cypherpunks repositories - gostls13.git/commit
expvar: parallelize BenchmarkMapAdd{Same,Different}
authorBryan C. Mills <bcmills@google.com>
Thu, 9 Feb 2017 23:39:16 +0000 (18:39 -0500)
committerBryan Mills <bcmills@google.com>
Fri, 10 Feb 2017 17:37:14 +0000 (17:37 +0000)
commit39651bb50bc0e1038e77e63baa37729bc4676e8a
tree98a4f12efd296a7e2e6939eb69f6da869b15941a
parent066ac428cdcb0b220a8a58f31c884d054cecd118
expvar: parallelize BenchmarkMapAdd{Same,Different}

The other expvar tests are already parallelized, and this will help to
measure the impact of potential implementations for #18177.

updates #18177

Change-Id: I0f4f1a16a0285556cbcc8339855b6459af412675
Reviewed-on: https://go-review.googlesource.com/36717
Reviewed-by: Russ Cox <rsc@golang.org>
src/expvar/expvar_test.go