Skip to content
This repository was archived by the owner on Feb 17, 2023. It is now read-only.

Commit 8ecdab5

Browse files
committed
Added a make target for benchmarks
Signed-off-by: Miquel Sabaté Solà <[email protected]>
1 parent 90cf3f3 commit 8ecdab5

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

Makefile

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ build: $(GO_SRC)
1313
test:
1414
@$(GO) test
1515

16+
.PHONY: bench
17+
bench:
18+
@$(GO) test -bench=.
19+
1620
#
1721
# Validation tools.
1822
#

0 commit comments

Comments
 (0)