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

Commit

Permalink
Added a make target for benchmarks
Browse files Browse the repository at this point in the history
Signed-off-by: Miquel Sabaté Solà <[email protected]>
  • Loading branch information
mssola committed Apr 18, 2020
1 parent 90cf3f3 commit 8ecdab5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,10 @@ build: $(GO_SRC)
test:
@$(GO) test

.PHONY: bench
bench:
@$(GO) test -bench=.

#
# Validation tools.
#
Expand Down

0 comments on commit 8ecdab5

Please sign in to comment.