Skip to content

Commit

Permalink
Increase RAM limits for TestTraceBallast1kSPSWithAttrs (#3742)
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrannajaryan authored Aug 2, 2021
1 parent 3c99398 commit 3a292d9
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions testbed/tests/trace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -226,28 +226,28 @@ func TestTraceBallast1kSPSWithAttrs(t *testing.T) {
attrCount: 0,
attrSizeByte: 0,
expectedMaxCPU: 30,
expectedMaxRAM: 2000,
expectedMaxRAM: 2200,
resultsSummary: performanceResultsSummary,
},
{
attrCount: 100,
attrSizeByte: 50,
expectedMaxCPU: 80,
expectedMaxRAM: 2000,
expectedMaxRAM: 2200,
resultsSummary: performanceResultsSummary,
},
{
attrCount: 10,
attrSizeByte: 1000,
expectedMaxCPU: 80,
expectedMaxRAM: 2000,
expectedMaxRAM: 2200,
resultsSummary: performanceResultsSummary,
},
{
attrCount: 20,
attrSizeByte: 5000,
expectedMaxCPU: 120,
expectedMaxRAM: 2000,
expectedMaxRAM: 2200,
resultsSummary: performanceResultsSummary,
},
}, nil, map[string]string{"memory_ballast": ballastExtCfg})
Expand Down

0 comments on commit 3a292d9

Please sign in to comment.