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