Run benchmark via Travis CI
This commit is contained in:
parent
45a3fe5ed8
commit
f190c4f619
|
@ -6,3 +6,5 @@ go:
|
|||
- "1.11.x"
|
||||
install:
|
||||
- go get "github.com/pkg/errors"
|
||||
script: go test -v -bench=. -benchmem ./...
|
||||
|
||||
|
|
Loading…
Reference in New Issue