mirror of
https://github.com/prymitive/karma
synced 2026-05-03 03:06:45 +00:00
fix(ci): reduce number of benchmark runs
This commit is contained in:
committed by
Łukasz Mierzwa
parent
0b724fdd86
commit
fa587cfda2
@@ -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 ./...
|
||||
|
||||
Reference in New Issue
Block a user