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

Function BenchmarkInsertChain_empty_memdb

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

Source from the content-addressed store, hash-verified

36)
37
38func BenchmarkInsertChain_empty_memdb(b *testing.B) {
39 benchInsertChain(b, false, nil)
40}
41func BenchmarkInsertChain_empty_diskdb(b *testing.B) {
42 benchInsertChain(b, true, nil)
43}

Callers

nothing calls this directly

Calls 1

benchInsertChainFunction · 0.85

Tested by

no test coverage detected