(b *testing.B)
| 36 | ) |
| 37 | |
| 38 | func BenchmarkInsertChain_empty_memdb(b *testing.B) { |
| 39 | benchInsertChain(b, false, nil) |
| 40 | } |
| 41 | func BenchmarkInsertChain_empty_diskdb(b *testing.B) { |
| 42 | benchInsertChain(b, true, nil) |
| 43 | } |
nothing calls this directly
no test coverage detected