(b *testing.B)
| 45 | benchInsertChain(b, false, genValueTx(0)) |
| 46 | } |
| 47 | func BenchmarkInsertChain_valueTx_diskdb(b *testing.B) { |
| 48 | benchInsertChain(b, true, genValueTx(0)) |
| 49 | } |
| 50 | func BenchmarkInsertChain_valueTx_100kB_memdb(b *testing.B) { |
| 51 | benchInsertChain(b, false, genValueTx(100*1024)) |
| 52 | } |
nothing calls this directly
no test coverage detected