Skip to content

Commit

Permalink
increase limits for load tests
Browse files Browse the repository at this point in the history
Signed-off-by: Florian Bacher <[email protected]>
  • Loading branch information
bacherfl committed Dec 6, 2024
1 parent b52d918 commit 0b87130
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 8 deletions.
8 changes: 4 additions & 4 deletions internal/testbed/load/tests/metrics_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ func TestMetric10kDPS(t *testing.T) {
},
resourceSpec: testbed.ResourceSpec{
ExpectedMaxCPU: 60,
ExpectedMaxRAM: 125,
ExpectedMaxRAM: 150,
},
attrCount: 25,
attrSizeByte: 20,
Expand All @@ -75,7 +75,7 @@ func TestMetric10kDPS(t *testing.T) {
},
resourceSpec: testbed.ResourceSpec{
ExpectedMaxCPU: 60,
ExpectedMaxRAM: 120,
ExpectedMaxRAM: 150,
},
attrCount: 25,
attrSizeByte: 20,
Expand Down Expand Up @@ -121,7 +121,7 @@ func TestMetric100kDPS(t *testing.T) {
},
resourceSpec: testbed.ResourceSpec{
ExpectedMaxCPU: 70,
ExpectedMaxRAM: 120,
ExpectedMaxRAM: 150,
},
attrCount: 25,
attrSizeByte: 20,
Expand All @@ -141,7 +141,7 @@ func TestMetric100kDPS(t *testing.T) {
},
resourceSpec: testbed.ResourceSpec{
ExpectedMaxCPU: 105,
ExpectedMaxRAM: 120,
ExpectedMaxRAM: 150,
},
attrCount: 25,
attrSizeByte: 20,
Expand Down
8 changes: 4 additions & 4 deletions internal/testbed/load/tests/trace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ func TestTrace10kSPS(t *testing.T) {
},
resourceSpec: testbed.ResourceSpec{
ExpectedMaxCPU: 30,
ExpectedMaxRAM: 120,
ExpectedMaxRAM: 150,
},
attrCount: 10,
attrSizeByte: 50,
Expand All @@ -47,7 +47,7 @@ func TestTrace10kSPS(t *testing.T) {
},
resourceSpec: testbed.ResourceSpec{
ExpectedMaxCPU: 30,
ExpectedMaxRAM: 120,
ExpectedMaxRAM: 150,
},
attrCount: 10,
attrSizeByte: 50,
Expand Down Expand Up @@ -92,7 +92,7 @@ func TestTrace100kSPS(t *testing.T) {
},
resourceSpec: testbed.ResourceSpec{
ExpectedMaxCPU: 90,
ExpectedMaxRAM: 120,
ExpectedMaxRAM: 150,
},
attrCount: 10,
attrSizeByte: 50,
Expand All @@ -112,7 +112,7 @@ func TestTrace100kSPS(t *testing.T) {
},
resourceSpec: testbed.ResourceSpec{
ExpectedMaxCPU: 110,
ExpectedMaxRAM: 120,
ExpectedMaxRAM: 150,
},
attrCount: 10,
attrSizeByte: 50,
Expand Down

0 comments on commit 0b87130

Please sign in to comment.