Skip to content

Commit

Permalink
Bump CPU limits for TestTraceBallast1kSPSWithAttrs (open-telemetry#5574)
Browse files Browse the repository at this point in the history
  • Loading branch information
tigrannajaryan committed Oct 4, 2021
1 parent 6283004 commit 1993f82
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions testbed/tests/trace_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -243,14 +243,14 @@ func TestTraceBallast1kSPSWithAttrs(t *testing.T) {
{
attrCount: 100,
attrSizeByte: 50,
expectedMaxCPU: 80,
expectedMaxCPU: 100,
expectedMaxRAM: 2200,
resultsSummary: performanceResultsSummary,
},
{
attrCount: 10,
attrSizeByte: 1000,
expectedMaxCPU: 80,
expectedMaxCPU: 100,
expectedMaxRAM: 2200,
resultsSummary: performanceResultsSummary,
},
Expand Down

0 comments on commit 1993f82

Please sign in to comment.