Commit 8af269fd authored by Kubernetes Submit Queue's avatar Kubernetes Submit Queue Committed by GitHub

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 ```
parents d6e27fac e0104359
...@@ -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