Skip to content

Commit

Permalink
Merge branch 'main' into really-do-get-multiple-ledger-entries
Browse files Browse the repository at this point in the history
  • Loading branch information
2opremio authored Aug 24, 2023
2 parents a4818b6 + 2bb5905 commit 9a04dc9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/soroban-rpc/internal/preflight/preflight_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -370,6 +370,8 @@ func benchmark(b *testing.B, config benchmarkConfig) {
disableCache: config.useDB.disableCache,
}
}

b.ResetTimer()
b.StopTimer()
for i := 0; i < b.N; i++ {
params := getPreflightParameters(b, dbConfig)
Expand Down

0 comments on commit 9a04dc9

Please sign in to comment.