Skip to content

Commit

Permalink
update:
Browse files Browse the repository at this point in the history
  • Loading branch information
tsachiherman committed Nov 3, 2023
1 parent b7741b4 commit 7d0b0a0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/soroban-rpc/internal/transactions/transactions_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -360,7 +360,7 @@ func BenchmarkIngestTransactionsMemory(b *testing.B) {

for i := uint32(0); i < roundsNumber; i++ {
// Insert ledger i
store.IngestTransactions(txMeta(i, false))
require.NoError(b, store.IngestTransactions(txMeta(i, false)))
}
heapSizeAfter := stableHeapInUse()
b.ReportMetric(float64(heapSizeAfter), "bytes/100k_transactions")
Expand Down

0 comments on commit 7d0b0a0

Please sign in to comment.