mirror of
https://github.com/k3s-io/kubernetes.git
synced 2025-07-28 14:07:14 +00:00
Merge pull request #91813 from bart0sh/PR0090-e2e_node-benchmark-decrease-number-of-pods
e2e_node: fix node-kubelet-benchmark test
This commit is contained in:
commit
62d091a49e
@ -126,7 +126,7 @@ var _ = framework.KubeDescribe("Density [Serial] [Slow]", func() {
|
||||
interval: 0 * time.Millisecond,
|
||||
},
|
||||
{
|
||||
podsNr: 105,
|
||||
podsNr: 90,
|
||||
interval: 0 * time.Millisecond,
|
||||
},
|
||||
{
|
||||
@ -138,7 +138,7 @@ var _ = framework.KubeDescribe("Density [Serial] [Slow]", func() {
|
||||
interval: 100 * time.Millisecond,
|
||||
},
|
||||
{
|
||||
podsNr: 105,
|
||||
podsNr: 90,
|
||||
interval: 100 * time.Millisecond,
|
||||
},
|
||||
{
|
||||
@ -150,7 +150,7 @@ var _ = framework.KubeDescribe("Density [Serial] [Slow]", func() {
|
||||
interval: 300 * time.Millisecond,
|
||||
},
|
||||
{
|
||||
podsNr: 105,
|
||||
podsNr: 90,
|
||||
interval: 300 * time.Millisecond,
|
||||
},
|
||||
}
|
||||
@ -176,17 +176,17 @@ var _ = framework.KubeDescribe("Density [Serial] [Slow]", func() {
|
||||
ginkgo.Context("create a batch of pods with higher API QPS", func() {
|
||||
dTests := []densityTest{
|
||||
{
|
||||
podsNr: 105,
|
||||
podsNr: 90,
|
||||
interval: 0 * time.Millisecond,
|
||||
APIQPSLimit: 60,
|
||||
},
|
||||
{
|
||||
podsNr: 105,
|
||||
podsNr: 90,
|
||||
interval: 100 * time.Millisecond,
|
||||
APIQPSLimit: 60,
|
||||
},
|
||||
{
|
||||
podsNr: 105,
|
||||
podsNr: 90,
|
||||
interval: 300 * time.Millisecond,
|
||||
APIQPSLimit: 60,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user