From 5725c5952146b3c6b8dac7b14e228cdc48c4de23 Mon Sep 17 00:00:00 2001 From: Maria Ines Parnisari Date: Thu, 19 Oct 2023 15:19:02 -0700 Subject: [PATCH] fix make --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index a7dbb34..70f5fc7 100644 --- a/Makefile +++ b/Makefile @@ -5,5 +5,5 @@ help: @grep -E '^[a-zA-Z_-]+:.*?## .*$$' $(MAKEFILE_LIST) | sort | awk 'BEGIN {FS = ":.*?## "}; {printf "\033[36m%-30s\033[0m %s\n", $$1, $$2}' .PHONY: bench -bench: go-generate ## Run benchmark test. See https://pkg.go.dev/cmd/go#hdr-Testing_flags +bench: ## Run benchmark test. See https://pkg.go.dev/cmd/go#hdr-Testing_flags go test ./... -bench . -benchtime 5s -timeout 0 -run=XXX -cpu 1 -benchmem \ No newline at end of file