Merge pull request #38557 from aaron12134/benchmark-go-newline-format
Automatic merge from submit-queue Leak filling for newline format on benchmark-go.sh **What this PR does / why we need it**: make hack/benchmark-go.sh work **Which issue this PR fixes** *(optional, in `fixes #<issue number>(, fixes #<issue_number>, ...)` format, will close that issue when PR gets merged)*: fixes # **Special notes for your reviewer**: First commit :D , did I make a wrong modification? **Release note**: ```release-note ```
This commit is contained in:
commit
8af269fd7c
@ -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" \
|
||||||
|
Loading…
Reference in New Issue
Block a user