Skip to content

Commit

Permalink
[chore] remove duplicated versioning from oteltestbedcol (#308)
Browse files Browse the repository at this point in the history
Signed-off-by: odubajDT <[email protected]>
  • Loading branch information
odubajDT authored Sep 26, 2024
1 parent d389038 commit 7b3920b
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 20 deletions.
32 changes: 16 additions & 16 deletions internal/oteltestbedcol/components.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

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 @@ -72,7 +72,7 @@ func TestMetric10kDPS(t *testing.T) {
},
resourceSpec: testbed.ResourceSpec{
ExpectedMaxCPU: 60,
ExpectedMaxRAM: 105,
ExpectedMaxRAM: 120,
},
attrCount: 25,
attrSizeByte: 20,
Expand Down Expand Up @@ -118,7 +118,7 @@ func TestMetric100kDPS(t *testing.T) {
},
resourceSpec: testbed.ResourceSpec{
ExpectedMaxCPU: 70,
ExpectedMaxRAM: 105,
ExpectedMaxRAM: 120,
},
attrCount: 25,
attrSizeByte: 20,
Expand All @@ -137,8 +137,8 @@ func TestMetric100kDPS(t *testing.T) {
Parallel: 1,
},
resourceSpec: testbed.ResourceSpec{
ExpectedMaxCPU: 99,
ExpectedMaxRAM: 100,
ExpectedMaxCPU: 100,
ExpectedMaxRAM: 120,
},
attrCount: 25,
attrSizeByte: 20,
Expand Down

0 comments on commit 7b3920b

Please sign in to comment.