lotus/lib/blockstore/badger/badger_bench_test.go

10 lines
105 B
Go
Raw Normal View History

package badgerbs
import "testing"
func BenchmarkName(b *testing.B) {
for i := 0; i < b.N; i++ {
}
}