]> Cypherpunks repositories - gostls13.git/commit
misc/cgo/testplugin: speed up tests
authorDavid Crawshaw <crawshaw@golang.org>
Sat, 21 Oct 2017 00:46:04 +0000 (20:46 -0400)
committerDavid Crawshaw <crawshaw@golang.org>
Sat, 21 Oct 2017 11:32:53 +0000 (11:32 +0000)
commita31e0a4aacf14be0708aea1f60f25e3607813d2c
tree0600cc6117829803f71699dad41ac256a8026fd1
parent29ea82d072731aedb2c117bef3aecdb6d035a8d0
misc/cgo/testplugin: speed up tests

Running test.bash goes from 30s to 10s on a linux workstation.

(The coming pkg cache work in cmd/go would presumably do the same thing,
but this makes all.bash faster today.)

Change-Id: I8c9b0400071a412fce55b386e939906bb1c1d84d
Reviewed-on: https://go-review.googlesource.com/72330
Run-TryBot: David Crawshaw <crawshaw@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
misc/cgo/testplugin/test.bash