unify newline format for benchmark-go.sh

pull/6/head
aaronxu 2016-12-10 01:15:30 -08:00
parent 025c57e62b
commit e010435961
1 changed files with 1 additions and 1 deletions

View File

@ -21,7 +21,7 @@ set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
make test \
WHAT="$*"
WHAT="$*" \
KUBE_COVER="" \
KUBE_RACE=" " \
KUBE_TEST_ARGS="-- -test.run='^X' -benchtime=1s -bench=. -benchmem" \