2
0
mirror of https://github.com/soheilhy/cmux.git synced 2025-10-11 22:53:22 +08:00

Parallelize benchmarks

This commit is contained in:
Tamir Duberstein
2016-07-12 12:13:54 -04:00
committed by Soheil Hassas Yeganeh
parent fd01d3cc6c
commit df31d48636
2 changed files with 30 additions and 23 deletions

View File

@@ -24,4 +24,5 @@ before_script:
- if [[ $TRAVIS_GO_VERSION == 1.6* ]]; then go tool vet --shadow .; fi
script:
- go test -v ./...
- go test -bench . -v ./...
- go test -race -bench . -v ./...