We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 025c57e commit e010435Copy full SHA for e010435
hack/benchmark-go.sh
@@ -21,7 +21,7 @@ set -o pipefail
21
KUBE_ROOT=$(dirname "${BASH_SOURCE}")/..
22
23
make test \
24
- WHAT="$*"
+ WHAT="$*" \
25
KUBE_COVER="" \
26
KUBE_RACE=" " \
27
KUBE_TEST_ARGS="-- -test.run='^X' -benchtime=1s -bench=. -benchmem" \
0 commit comments