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