• Clayton Coleman's avatar
    Run all go tests in parallel (6x speedup) · 67166e58
    Clayton Coleman authored
    Currently hack/test-go.sh runs in serial in independent executions of
    go test.  By running all tests at once, we get parallel execution.
    However, we cannot use -coverprofile with this mode, which seems worthwhile.
    
    On a 4-core mac, runs tests in 15s that ran in 80s before. Tested on F20 and
    OSX Mavericks.
    67166e58
Name
Last commit
Last update
..
azure Loading commit data...
e2e-suite Loading commit data...
build-go.sh Loading commit data...
config-go.sh Loading commit data...
dev-build-and-push.sh Loading commit data...
dev-build-and-up.sh Loading commit data...
e2e-test.sh Loading commit data...
install-std-race.sh Loading commit data...
integration-test.sh Loading commit data...
local-up-cluster.sh Loading commit data...
test-cmd.sh Loading commit data...
test-go.sh Loading commit data...
verify-boilerplate.sh Loading commit data...
verify-gofmt.sh Loading commit data...
version-gen.sh Loading commit data...