added benchmarking to drone
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
89ebae6daf
commit
b0b8ac2d5b
@ -3,8 +3,9 @@ kind: pipeline
|
||||
name: default
|
||||
|
||||
steps:
|
||||
- name: build library
|
||||
- name: build, test and benchmark
|
||||
image: golang
|
||||
commands:
|
||||
- go test
|
||||
- go test -bench=.
|
||||
- go build
|
||||
|
Loading…
Reference in New Issue
Block a user