diff --git a/hack/jenkins/benchmark-dockerized.sh b/hack/jenkins/benchmark-dockerized.sh index 170296b9c9c..a7fa83774df 100755 --- a/hack/jenkins/benchmark-dockerized.sh +++ b/hack/jenkins/benchmark-dockerized.sh @@ -50,5 +50,6 @@ cd /go/src/k8s.io/kubernetes ./hack/install-etcd.sh # Run the benchmark tests and pretty-print the results into a separate file. +touch ${ARTIFACTS_DIR}/BenchmarkResults.txt make test-integration WHAT="$*" KUBE_TEST_ARGS="-run='XXX' -bench=. -benchmem" \ | tee >(prettybench -no-passthrough > ${ARTIFACTS_DIR}/BenchmarkResults.txt)