feat(test): benchmark memory when running Go tests

This commit is contained in:
Łukasz Mierzwa
2018-07-18 18:51:58 +02:00
parent e94a9ca846
commit 7993606f95

View File

@@ -115,7 +115,7 @@ lint: lint-go lint-js lint-docs
.PHONY: test-go
test-go: .build/vendor.ok
go test -v -bench=. -cover `go list ./... | grep -v /vendor/`
go test -v -bench=. -benchmem -cover `go list ./... | grep -v /vendor/`
.PHONY: test-js
test-js: .build/deps-build-node.ok