Skip to content

Commit

Permalink
bench: fix benchmarking after remerges (#4923)
Browse files Browse the repository at this point in the history
  • Loading branch information
algorandskiy authored Dec 19, 2022
1 parent e6c3463 commit 5979c09
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions data/txHandler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1557,6 +1557,7 @@ func makeTxGenerator(tb testing.TB, numUsers, maxGroupSize int, invalidRate floa
return &txGenerator{
numUsers: numUsers,
maxGroupSize: maxGroupSize,
invalidRate: invalidRate,
addresses: addresses,
secrets: secrets,
genesis: genesis,
Expand Down

0 comments on commit 5979c09

Please sign in to comment.