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.
1 parent 81af5c4 commit 4c0ae6bCopy full SHA for 4c0ae6b
cluster-autoscaler/Makefile
@@ -60,6 +60,9 @@ test-build-tags:
60
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=^$$ ./...
65
+
66
dev-release: dev-release-arch-$(GOARCH)
67
68
dev-release-arch-%: build-arch-% make-image-arch-% push-image-arch-%
0 commit comments