mirror of
https://github.com/prymitive/karma
synced 2026-08-23 11:56:20 +00:00
feat(test): benchmark memory when running Go tests
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user