Parsec # parsec is a Distributed Hash Table (DHT) and InterPlanetary Network Intexer (IPNI) lookup performance measurement tool. It specifically measures the PUT and GET performance of the IPFS public DHT but could also be configured to measure other libp2p-kad-dht networks. The setup is split into two components 1) a scheduler and 2) a server. The server is just a normal libp2p peer that supports and participates in the public IPFS DHT and IPNI gossipsub topics, and exposes a lean HTTP API t...