Skip to content

Commit 4c0ae6b

Browse files
committed
Add Makefile command to run CA benchmarks
1 parent 81af5c4 commit 4c0ae6b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

cluster-autoscaler/Makefile

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,9 @@ test-build-tags:
6060
test-unit: clean build
6161
go test --test.short -race ./... -vet="${GO_TEST_DEFAULT_ANALYZERS}" ${TAGS_FLAG}
6262

63+
benchmark:
64+
go test -bench=. -run=^$$ ./...
65+
6366
dev-release: dev-release-arch-$(GOARCH)
6467

6568
dev-release-arch-%: build-arch-% make-image-arch-% push-image-arch-%

0 commit comments

Comments
 (0)