mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-08-05 18:24:07 +00:00
Merge pull request #85915 from ingvagabund/jenkins-benchmark-dockerized-allow-to-override-bench-prefix
scheduler benchmark: allow to override bench prefix
This commit is contained in:
commit
8f7f2ddced
@ -59,7 +59,7 @@ cd "${GOPATH}/src/k8s.io/kubernetes"
|
|||||||
./hack/install-etcd.sh
|
./hack/install-etcd.sh
|
||||||
|
|
||||||
# Run the benchmark tests and pretty-print the results into a separate file.
|
# Run the benchmark tests and pretty-print the results into a separate file.
|
||||||
make test-integration WHAT="$*" KUBE_TEST_ARGS="-run='XXX' -bench=. -benchmem -alsologtostderr=false -logtostderr=false" \
|
make test-integration WHAT="$*" KUBE_TEST_ARGS="-run='XXX' -bench=${TEST_PREFIX:-.} -benchmem -alsologtostderr=false -logtostderr=false" \
|
||||||
| (go run test/integration/benchmark/extractlog/main.go) \
|
| (go run test/integration/benchmark/extractlog/main.go) \
|
||||||
| tee \
|
| tee \
|
||||||
>(prettybench -no-passthrough > "${ARTIFACTS}/BenchmarkResults.txt") \
|
>(prettybench -no-passthrough > "${ARTIFACTS}/BenchmarkResults.txt") \
|
||||||
|
Loading…
Reference in New Issue
Block a user