]> Cypherpunks.ru repositories - govpn.git/commitdiff
Also benchmark memory allocations
authorSergey Matveev <stargrave@stargrave.org>
Mon, 7 Mar 2016 11:39:31 +0000 (14:39 +0300)
committerSergey Matveev <stargrave@stargrave.org>
Mon, 7 Mar 2016 11:54:16 +0000 (14:54 +0300)
common.mk

index 0730f59f283057ac2d1e8759d52f15e3624d34ee..bd2f3a42bbfc8e162877434ec2db7aa7dda31a50 100644 (file)
--- a/common.mk
+++ b/common.mk
@@ -19,7 +19,7 @@ govpn-verifier:
        GOPATH=$(GOPATH) go build -ldflags "$(LDFLAGS)" cypherpunks.ru/govpn/cmd/govpn-verifier
 
 bench:
-       GOPATH=$(GOPATH) go test -bench . cypherpunks.ru/govpn/...
+       GOPATH=$(GOPATH) go test -benchmem -bench . cypherpunks.ru/govpn/...
 
 clean:
        rm -f govpn-client govpn-server govpn-verifier