Skip to content

Commit 3e1918c

Browse files
authored
Merge pull request #17558 from lixin963/patch-4
Update benchmarkingprocess.md
2 parents a332f40 + 304c1c8 commit 3e1918c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

site/content/en/docs/benchmarks/imageBuild/benchmarkingprocess.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Between runs the cache and existing image is left alone, only the Go binary is c
4343
```
4444
// Pseudo code of running docker-env benchmark
4545
46-
startMininkube() // minikube start --container-runtime=docker
46+
startMinikube() // minikube start --container-runtime=docker
4747
4848
for image in [fewLargeLayers, fewSmallLayers, ...] {
4949
buildGoBinary()

0 commit comments

Comments
 (0)