change back iterations to 5

pull/11659/head
Steven Powell 2021-06-15 10:30:08 -07:00
parent 4480bda5a0
commit 25c5bec652
1 changed files with 1 additions and 1 deletions

View File

@ -51,7 +51,7 @@ run_benchmark() {
pwd
( cd ./hack/benchmark/time-to-k8s/time-to-k8s-repo/ &&
git submodule update --init &&
go run . --config local-kubernetes.yaml --iterations 1 --output output.csv )
go run . --config local-kubernetes.yaml --iterations 5 --output output.csv )
}
generate_chart() {