Run benchmark via Travis CI

This commit is contained in:
Tevin Zhang 2019-03-06 11:18:31 +08:00
parent 45a3fe5ed8
commit f190c4f619
1 changed files with 3 additions and 1 deletions

View File

@ -5,4 +5,6 @@ language: go
go: go:
- "1.11.x" - "1.11.x"
install: install:
- go get "github.com/pkg/errors" - go get "github.com/pkg/errors"
script: go test -v -bench=. -benchmem ./...