(b *testing.B)
| 39 | benchInsertChain(b, false, nil) |
| 40 | } |
| 41 | func BenchmarkInsertChain_empty_diskdb(b *testing.B) { |
| 42 | benchInsertChain(b, true, nil) |
| 43 | } |
| 44 | func BenchmarkInsertChain_valueTx_memdb(b *testing.B) { |
| 45 | benchInsertChain(b, false, genValueTx(0)) |
| 46 | } |
nothing calls this directly
no test coverage detected