Skip to content

Commit

Permalink
Merge pull request kubernetes#17558 from lixin963/patch-4
Browse files Browse the repository at this point in the history
Update benchmarkingprocess.md
  • Loading branch information
spowelljr authored Nov 8, 2023
2 parents a332f40 + 304c1c8 commit 3e1918c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Between runs the cache and existing image is left alone, only the Go binary is c
```
// Pseudo code of running docker-env benchmark
startMininkube() // minikube start --container-runtime=docker
startMinikube() // minikube start --container-runtime=docker
for image in [fewLargeLayers, fewSmallLayers, ...] {
buildGoBinary()
Expand Down

0 comments on commit 3e1918c

Please sign in to comment.