]> Cypherpunks repositories - gostls13.git/commit
cmd/objdump: mark tests as parallel
authorJosh Bleecher Snyder <josharian@gmail.com>
Mon, 13 May 2019 18:59:27 +0000 (11:59 -0700)
committerJosh Bleecher Snyder <josharian@gmail.com>
Mon, 13 May 2019 19:28:06 +0000 (19:28 +0000)
commited7a92bab459806c958459264f8c88495ea6c4ba
treef7b6e6b6bd329e4750c612f288e4ab148ea1175d
parent3def99a8a8e3dc9841132e7b3515187b51b6a528
cmd/objdump: mark tests as parallel

Speeds up

go test -short -count=1 cmd/objdump

on my machine from 1.7s to 1.3s.

Not much, but as the backpacking saying goes,
take care of the ounces and the pounds will take care of themselves.

Updates #26473

Change-Id: I59fe9a179e48537c7d82cbba72cde9f92b42a029
Reviewed-on: https://go-review.googlesource.com/c/go/+/176901
Run-TryBot: Josh Bleecher Snyder <josharian@gmail.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/objdump/objdump_test.go