Skip to content

Commit d396ed5

Browse files
authored
Merge pull request #17334 from ComradeProgrammer/build_and_run_action
fix: decrease runs for benchmark
2 parents 840a464 + d9ec855 commit d396ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

hack/benchmark/image-build/publish-chart.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ run_benchmark() {
2727
( cd ./hack/benchmark/image-build/minikube-image-benchmark &&
2828
git submodule update --init &&
2929
make &&
30-
./out/benchmark )
30+
./out/benchmark --runs=4)
3131
}
3232

3333
generate_chart() {

0 commit comments

Comments
 (0)