Skip to content

Commit 57d3c02

Browse files
committed
docs: Setting appropriate graceDuration and bench target
1 parent 869cbed commit 57d3c02

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

+5
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,11 @@ style:
6565
.PHONY: test
6666
test:
6767
scripts/coverage
68+
$(MAKE) bench
69+
70+
## bench: Shortcut to launch benchmark tests.
71+
.PHONY: bench
72+
bench:
6873
go test $(PACKAGES) -bench . -benchmem -run Benchmark.*
6974

7075
## build: Build the application.

0 commit comments

Comments
 (0)