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

Function BenchmarkMiner

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

Source from the content-addressed store, hash-verified

998}
999
1000func BenchmarkMiner(b *testing.B) {
1001 Convey(fmt.Sprintf("bench %d node(s)", benchMinerCount), b, func() {
1002 benchMiner(b, uint16(benchMinerCount))
1003 })
1004}
1005
1006func BenchmarkMinerGNTE(b *testing.B) {
1007 Convey(fmt.Sprintf("bench GNTE %d node(s)", benchMinerCount), b, func() {

Callers

nothing calls this directly

Calls 1

benchMinerFunction · 0.85

Tested by

no test coverage detected