MCPcopy Create free account
hub / github.com/CPChain/chain / BenchmarkInsertChain_empty_diskdb

Function BenchmarkInsertChain_empty_diskdb

core/bench_test.go:41–43  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

39 benchInsertChain(b, false, nil)
40}
41func BenchmarkInsertChain_empty_diskdb(b *testing.B) {
42 benchInsertChain(b, true, nil)
43}
44func BenchmarkInsertChain_valueTx_memdb(b *testing.B) {
45 benchInsertChain(b, false, genValueTx(0))
46}

Callers

nothing calls this directly

Calls 1

benchInsertChainFunction · 0.85

Tested by

no test coverage detected