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
|
name: default
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: build library
|
- name: build, test and benchmark
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- go test
|
- go test
|
||||||
|
- go test -bench=.
|
||||||
- go build
|
- go build
|
||||||
|
Loading…
Reference in New Issue
Block a user