Skip to content

Commit

Permalink
add erc20 test name log
Browse files Browse the repository at this point in the history
  • Loading branch information
goran-ethernal committed Apr 10, 2024
1 parent 0d53c02 commit d409afe
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions loadtest/runner/erc20_runner.go
Original file line number Diff line number Diff line change
Expand Up @@ -46,6 +46,8 @@ func NewERC20Runner(cfg LoadTestConfig) (*ERC20Runner, error) {
// 8. Calculates the transactions per second (TPS) based on block information and transaction statistics.
// Returns an error if any of the steps fail.
func (e *ERC20Runner) Run() error {
fmt.Println("Running ERC20 load test", e.cfg.LoadTestName)

if err := e.createVUs(); err != nil {
return err
}
Expand Down

0 comments on commit d409afe

Please sign in to comment.