make benchmark able to run only specific packages

This commit is contained in:
Daniel Smith 2015-05-04 14:28:37 -07:00
parent bb82fbb24f
commit 838b59cb4d

View File

@ -20,4 +20,4 @@ set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
KUBE_COVER="" KUBE_RACE=" " "${KUBE_ROOT}/hack/test-go.sh" -- -test.run="^X" -benchtime=1s -bench=. -benchmem
KUBE_COVER="" KUBE_RACE=" " "${KUBE_ROOT}/hack/test-go.sh" -- -test.run="^X" -benchtime=1s -bench=. -benchmem $@