Skip to content

Commit

Permalink
Remove dead code.
Browse files Browse the repository at this point in the history
  • Loading branch information
winder committed Aug 28, 2023
1 parent e65e4b0 commit 0e01345
Showing 1 changed file with 0 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -163,8 +163,6 @@ func BenchmarkProcess(b *testing.B) {
for _, v := range table {
b.Run(fmt.Sprintf("inner_txn_count_%d_omitGrouptxns_%t", v.numInner, v.omitGroupTxns), func(b *testing.B) {
bd := testBlock(v.numInner)

//bd := blockData(addr, v.numInner)
cfgStr := fmt.Sprintf(`search-inner: true
omit-group-transactions: %t
filters:
Expand Down

0 comments on commit 0e01345

Please sign in to comment.