Skip to content

Commit

Permalink
unify newline format for benchmark-go.sh
Browse files Browse the repository at this point in the history
  • Loading branch information
aaronxu committed Dec 10, 2016
1 parent 025c57e commit e010435
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/benchmark-go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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" \

0 comments on commit e010435

Please sign in to comment.