Skip to content

Commit

Permalink
add comment
Browse files Browse the repository at this point in the history
  • Loading branch information
cce committed Sep 12, 2022
1 parent b022e4e commit 2f79d39
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions data/pools/transactionPool_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -1102,6 +1102,9 @@ func BenchmarkTransactionPoolPending(b *testing.B) {
}
}

// BenchmarkTransactionPoolRecompute attempts to build a transaction pool of 3x block size
// and then calls recomputeBlockEvaluator, to update the pool given the just-committed txns.
// For b.N is does this process repeatedly given the size of N.
func BenchmarkTransactionPoolRecompute(b *testing.B) {
b.Log("Running with b.N", b.N)
poolSize := 100000
Expand Down

0 comments on commit 2f79d39

Please sign in to comment.