@@ -1394,10 +1394,16 @@ func benchSaveBlock(b *testing.B, transferTxs int, wsEnabled bool, indexerEnable
13941394 }
13951395}
13961396
1397- func BenchmarkEventsProcessor_SaveBlock_Empty_WSOnly (b * testing.B ) { benchSaveBlock (b , 0 , true , false ) }
1398- func BenchmarkEventsProcessor_SaveBlock_50tx_WSOnly (b * testing.B ) { benchSaveBlock (b , 50 , true , false ) }
1399- func BenchmarkEventsProcessor_SaveBlock_500tx_WSOnly (b * testing.B ) { benchSaveBlock (b , 500 , true , false ) }
1400- func BenchmarkEventsProcessor_SaveBlock_50tx_IndexerOnly (b * testing.B ) { benchSaveBlock (b , 50 , false , true ) }
1401- func BenchmarkEventsProcessor_SaveBlock_500tx_IndexerOnly (b * testing.B ) { benchSaveBlock (b , 500 , false , true ) }
1402- func BenchmarkEventsProcessor_SaveBlock_50tx_Both (b * testing.B ) { benchSaveBlock (b , 50 , true , true ) }
1403- func BenchmarkEventsProcessor_SaveBlock_500tx_Both (b * testing.B ) { benchSaveBlock (b , 500 , true , true ) }
1397+ func BenchmarkEventsProcessor_SaveBlock_Empty_WSOnly (b * testing.B ) { benchSaveBlock (b , 0 , true , false ) }
1398+ func BenchmarkEventsProcessor_SaveBlock_50tx_WSOnly (b * testing.B ) { benchSaveBlock (b , 50 , true , false ) }
1399+ func BenchmarkEventsProcessor_SaveBlock_500tx_WSOnly (b * testing.B ) {
1400+ benchSaveBlock (b , 500 , true , false )
1401+ }
1402+ func BenchmarkEventsProcessor_SaveBlock_50tx_IndexerOnly (b * testing.B ) {
1403+ benchSaveBlock (b , 50 , false , true )
1404+ }
1405+ func BenchmarkEventsProcessor_SaveBlock_500tx_IndexerOnly (b * testing.B ) {
1406+ benchSaveBlock (b , 500 , false , true )
1407+ }
1408+ func BenchmarkEventsProcessor_SaveBlock_50tx_Both (b * testing.B ) { benchSaveBlock (b , 50 , true , true ) }
1409+ func BenchmarkEventsProcessor_SaveBlock_500tx_Both (b * testing.B ) { benchSaveBlock (b , 500 , true , true ) }
0 commit comments