mirror of https://github.com/k3s-io/k3s
unify newline format for benchmark-go.sh
parent
025c57e62b
commit
e010435961
|
@ -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" \
|
||||
|
|
Loading…
Reference in New Issue