mirror of
https://github.com/kubernetes/kubernetes.git
synced 2026-03-12 05:35:17 -04:00
58 lines
1.5 KiB
YAML
58 lines
1.5 KiB
YAML
---
|
|
images:
|
|
density1:
|
|
image: "{{IMAGE}}"
|
|
project: "{{IMAGE_PROJECT}}"
|
|
metadata: "{{METADATA}}"
|
|
machine: n1-standard-1
|
|
tests:
|
|
- '.*create 35 pods with 0s? interval \[Benchmark\]'
|
|
density2:
|
|
image: "{{IMAGE}}"
|
|
project: "{{IMAGE_PROJECT}}"
|
|
metadata: "{{METADATA}}"
|
|
machine: n1-standard-1
|
|
tests:
|
|
- '.*create 105 pods with 0s? interval \[Benchmark\]'
|
|
density3:
|
|
image: "{{IMAGE}}"
|
|
project: "{{IMAGE_PROJECT}}"
|
|
metadata: "{{METADATA}}"
|
|
machine: n1-standard-2
|
|
tests:
|
|
- '.*create 105 pods with 0s? interval \[Benchmark\]'
|
|
density4:
|
|
image: "{{IMAGE}}"
|
|
project: "{{IMAGE_PROJECT}}"
|
|
metadata: "{{METADATA}}"
|
|
machine: n1-standard-1
|
|
tests:
|
|
- '.*create 35 pods with 100ms interval \[Benchmark\]'
|
|
density5:
|
|
image: "{{IMAGE}}"
|
|
project: "{{IMAGE_PROJECT}}"
|
|
metadata: "{{METADATA}}"
|
|
machine: n1-standard-1
|
|
tests:
|
|
- '.*create 105 pods with 100ms interval \[Benchmark\]'
|
|
density6:
|
|
image: "{{IMAGE}}"
|
|
project: "{{IMAGE_PROJECT}}"
|
|
metadata: "{{METADATA}}"
|
|
machine: n1-standard-2
|
|
tests:
|
|
- '.*create 105 pods with 100ms interval \[Benchmark\]'
|
|
density7:
|
|
image: "{{IMAGE}}"
|
|
project: "{{IMAGE_PROJECT}}"
|
|
metadata: "{{METADATA}}"
|
|
machine: n1-standard-1
|
|
tests:
|
|
- '.*create 105 pods with 300ms interval \[Benchmark\]'
|
|
density8:
|
|
image: "{{IMAGE}}"
|
|
project: "{{IMAGE_PROJECT}}"
|
|
metadata: "{{METADATA}}"
|
|
machine: n1-standard-2
|
|
tests:
|
|
- '.*create 105 pods with 300ms interval \[Benchmark\]'
|