Commit e0104359 authored by aaronxu's avatar aaronxu

unify newline format for benchmark-go.sh

parent 025c57e6
...@@ -21,7 +21,7 @@ set -o pipefail ...@@ -21,7 +21,7 @@ set -o pipefail
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/.. KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
make test \ make test \
WHAT="$*" WHAT="$*" \
KUBE_COVER="" \ KUBE_COVER="" \
KUBE_RACE=" " \ KUBE_RACE=" " \
KUBE_TEST_ARGS="-- -test.run='^X' -benchtime=1s -bench=. -benchmem" \ KUBE_TEST_ARGS="-- -test.run='^X' -benchtime=1s -bench=. -benchmem" \
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment