Some benchmarks in eth/filters were not good: they weren't reproducible, relying on geth chaindata to be present. Another one was rejected because the receipt was lacking a backing transcation. The p2p simulation benchmark had a lot of the warnings below, due to the framework calling both Stop() and Close(). Apparently, the simulated adapter is the only implementation which has a Close(), and there is no need to call both Stop and Close on it. |
||
|---|---|---|
| .. | ||
| discover | ||
| dnsdisc | ||
| enode | ||
| enr | ||
| msgrate | ||
| nat | ||
| netutil | ||
| nodestate | ||
| rlpx | ||
| simulations | ||
| tracker | ||
| dial_test.go | ||
| dial.go | ||
| message_test.go | ||
| message.go | ||
| metrics.go | ||
| peer_error.go | ||
| peer_test.go | ||
| peer.go | ||
| protocol.go | ||
| server_test.go | ||
| server.go | ||
| transport_test.go | ||
| transport.go | ||
| util_test.go | ||
| util.go | ||