Skip to content

Commit

Permalink
Fixed benchmark cmd
Browse files Browse the repository at this point in the history
  • Loading branch information
mrz1836 committed Aug 17, 2020
1 parent d8df375 commit 652105d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .make/Makefile.go
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ WINDOWS=$(BINARY_NAME)-windows.exe
.PHONY: test lint install

bench: ## Run all benchmarks in the Go application
@go test -bench ./... -benchmem -v
@go test -bench=. -benchmem

build-go: ## Build the Go application (locally)
@go build -o bin/$(BINARY_NAME)
Expand Down

0 comments on commit 652105d

Please sign in to comment.