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