mirror of
https://github.com/tendermint/tendermint.git
synced 2026-09-19 22:44:24 +00:00
switch back to original fork
This commit is contained in:
@@ -196,7 +196,7 @@ func benchmarkTxIndex(txsCount int64, b *testing.B) {
|
||||
}
|
||||
defer os.RemoveAll(dir) // nolint: errcheck
|
||||
|
||||
store := db.NewDB("tx_index", "bboltdb", dir)
|
||||
store := db.NewDB("tx_index", "leveldb", dir)
|
||||
indexer := NewTxIndex(store)
|
||||
|
||||
batch := txindex.NewBatch(txsCount)
|
||||
|
||||
Reference in New Issue
Block a user