Skip to content

Commit

Permalink
feat: modify stress test parameters
Browse files Browse the repository at this point in the history
  • Loading branch information
gfyrag committed Oct 16, 2024
1 parent a691eb0 commit 908278c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/e2e/stress_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -37,8 +37,8 @@ var _ = Context("Ledger stress tests", func() {
})

const (
countLedgers = 30
countBuckets = 10
countLedgers = 6
countBuckets = 3
countTransactions = 500
countAccounts = 20
)
Expand Down

0 comments on commit 908278c

Please sign in to comment.