forked from kubernetes/minikube
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
add VirtualBox benchmarks to time-to-k8s daily benchmark
- Loading branch information
Showing
10 changed files
with
76 additions
and
28 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 0 additions & 4 deletions
4
hack/benchmark/time-to-k8s/public-chart/containerd-benchmark.yaml
This file was deleted.
Oops, something went wrong.
4 changes: 0 additions & 4 deletions
4
hack/benchmark/time-to-k8s/public-chart/docker-benchmark.yaml
This file was deleted.
Oops, something went wrong.
4 changes: 4 additions & 0 deletions
4
hack/benchmark/time-to-k8s/public-chart/docker-containerd-benchmark.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
testcases: | ||
minikube: | ||
setup: minikube start --driver=docker --container-runtime=containerd --memory=max --cpus=max | ||
teardown: minikube delete |
4 changes: 4 additions & 0 deletions
4
hack/benchmark/time-to-k8s/public-chart/docker-docker-benchmark.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
testcases: | ||
minikube: | ||
setup: minikube start --driver=docker --container-runtime=docker --memory=max --cpus=max | ||
teardown: minikube delete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
4 changes: 4 additions & 0 deletions
4
hack/benchmark/time-to-k8s/public-chart/virtualbox-containerd-benchmark.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
testcases: | ||
minikube: | ||
setup: minikube start --driver=virtualbox --container-runtime=containerd --memory=max --cpus=max | ||
teardown: minikube delete |
4 changes: 4 additions & 0 deletions
4
hack/benchmark/time-to-k8s/public-chart/virtualbox-docker-benchmark.yaml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
testcases: | ||
minikube: | ||
setup: minikube start --driver=virtualbox --container-runtime=docker --memory=max --cpus=max | ||
teardown: minikube delete |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters