Skip to content

Commit

Permalink
Add logs
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcauchi committed Nov 17, 2023
1 parent 55d4d9c commit d396d0c
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions integration-tests/testsetups/ocr.go
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ import (
"github.com/kelseyhightower/envconfig"
"github.com/pelletier/go-toml/v2"
"github.com/rs/zerolog"
"github.com/rs/zerolog/log"
"github.com/stretchr/testify/require"

"github.com/smartcontractkit/libocr/gethwrappers/offchainaggregator"
Expand Down Expand Up @@ -277,6 +278,11 @@ func (o *OCRSoakTest) Run() {
Int("Number of OCR Contracts", len(o.ocrInstances)).
Msg("Starting OCR Soak Test")

log.Info().
Str("Test Duration", o.Inputs.TestDuration.Truncate(time.Second).String()).
Int("Number of OCR Contracts", len(o.ocrInstances)).
Msg("Starting OCR Soak Test")

o.testLoop(o.Inputs.TestDuration, startingValue)
o.complete()
}
Expand Down

0 comments on commit d396d0c

Please sign in to comment.