Skip to content

Commit

Permalink
Merge pull request #17334 from ComradeProgrammer/build_and_run_action
Browse files Browse the repository at this point in the history
fix: decrease runs for benchmark
  • Loading branch information
spowelljr authored Oct 2, 2023
2 parents 840a464 + d9ec855 commit d396ed5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion hack/benchmark/image-build/publish-chart.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ run_benchmark() {
( cd ./hack/benchmark/image-build/minikube-image-benchmark &&
git submodule update --init &&
make &&
./out/benchmark )
./out/benchmark --runs=4)
}

generate_chart() {
Expand Down

0 comments on commit d396ed5

Please sign in to comment.