fix(ci): reduce number of benchmark runs

This commit is contained in:
Łukasz Mierzwa
2020-06-25 13:28:54 +01:00
committed by Łukasz Mierzwa
parent 0b724fdd86
commit fa587cfda2

View File

@@ -28,7 +28,7 @@ test-go:
$(ENV) ./scripts/test-main.sh
$(ENV) ./scripts/gocovmerge.sh
GOBENCHMARKCOUNT := 20
GOBENCHMARKCOUNT := 10
.PHONY: benchmark-go
benchmark-go:
@env GOMAXPROCS=2 $(GO) test -count=$(GOBENCHMARKCOUNT) -run=NONE -bench=. -benchmem ./...