MCPcopy Index your code
hub / github.com/CovenantSQL/CovenantSQL / BenchmarkClientOnly

Function BenchmarkClientOnly

cmd/cql-minerd/integration_test.go:994–998  ·  view source on GitHub ↗
(b *testing.B)

Source from the content-addressed store, hash-verified

992}
993
994func BenchmarkClientOnly(b *testing.B) {
995 Convey("bench three node", b, func() {
996 benchMiner(b, 0)
997 })
998}
999
1000func BenchmarkMiner(b *testing.B) {
1001 Convey(fmt.Sprintf("bench %d node(s)", benchMinerCount), b, func() {

Callers

nothing calls this directly

Calls 1

benchMinerFunction · 0.85

Tested by

no test coverage detected