Benchmark container create and task start

Signed-off-by: Michael Crosby <crosbymichael@gmail.com>
This commit is contained in:
Michael Crosby
2017-06-12 09:23:50 -07:00
parent f2963f7562
commit 268ab7c053
2 changed files with 115 additions and 0 deletions

View File

@@ -127,6 +127,10 @@ integration: ## run integration tests
@echo "$(WHALE) $@"
@go test ${TESTFLAGS}
benchmark: ## run benchmarks tests
@echo "$(WHALE) $@"
@go test ${TESTFLAGS} -bench . -run Benchmark
FORCE:
# Build a binary from a cmd.