We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
make benchmark
1 parent f6c87e7 commit d64ea60Copy full SHA for d64ea60
cluster-autoscaler/Makefile
@@ -61,7 +61,7 @@ test-unit: clean build
61
go test --test.short -race ./... -vet="${GO_TEST_DEFAULT_ANALYZERS}" ${TAGS_FLAG}
62
63
benchmark:
64
- go test -bench=. -run=^$$ ./...
+ go test ./... -bench=. -run='^$$' -vet="${GO_TEST_DEFAULT_ANALYZERS}"
65
66
dev-release: dev-release-arch-$(GOARCH)
67
0 commit comments