Skip to content

Commit

Permalink
lint
Browse files Browse the repository at this point in the history
  • Loading branch information
VihasMakwana committed Dec 3, 2024
1 parent f04f177 commit 2c7f750
Showing 1 changed file with 5 additions and 3 deletions.
8 changes: 5 additions & 3 deletions testbed/tests/scenarios.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,11 @@ import (
"github.com/open-telemetry/opentelemetry-collector-contrib/testbed/testbed"
)

var performanceResultsSummary testbed.TestResultsSummary = &testbed.PerformanceResults{}
var batchRegex = regexp.MustCompile(` batch_index=(\S+) `)
var itemRegex = regexp.MustCompile(` item_index=(\S+) `)
var (
batchRegex = regexp.MustCompile(` batch_index=(\S+) `)
itemRegex = regexp.MustCompile(` item_index=(\S+) `)
performanceResultsSummary testbed.TestResultsSummary = &testbed.PerformanceResults{}
)

type ProcessorNameAndConfigBody struct {
Name string
Expand Down

0 comments on commit 2c7f750

Please sign in to comment.