lotus/lib/blockstore/badger/badger_bench_test.go
2020-11-01 12:55:49 +00:00

10 lines
105 B
Go

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