We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d462f80 + 51120d1 commit b290e0bCopy full SHA for b290e0b
hack/jenkins/benchmark-dockerized.sh
@@ -59,7 +59,7 @@ cd "${GOPATH}/src/k8s.io/kubernetes"
59
./hack/install-etcd.sh
60
61
# Run the benchmark tests and pretty-print the results into a separate file.
62
-make test-integration WHAT="$*" KUBE_TEST_ARGS="-run='XXX' -bench=${TEST_PREFIX:-.} -benchmem -alsologtostderr=false -logtostderr=false" \
+make test-integration WHAT="$*" KUBE_TEST_ARGS="-run='XXX' -bench=${TEST_PREFIX:-.} -benchmem -alsologtostderr=false -logtostderr=false -data-items-dir=${ARTIFACTS}" \
63
| (go run test/integration/benchmark/extractlog/main.go) \
64
| tee \
65
>(prettybench -no-passthrough > "${ARTIFACTS}/BenchmarkResults.txt") \
0 commit comments