Skip to content

Commit

Permalink
fix: decrease runs for benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
ComradeProgrammer committed Oct 1, 2023
1 parent f881b33 commit d9ec855
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 d9ec855

Please sign in to comment.