Statistics for benchmarking libp2p pubsub implementations.
Currently in development
To install through npm:
> npm i libp2p-pstn-stats --save
libp2p-pstn-stats
is built to work with this early implementation of libp2p pubsub and the libp2p-pstn-logger
proxy logger.
It generates propagation benchmark stats for the network by consuming the output log file specified by the above modules using this debug
module.
The namespace it consumes is currently pstn:logger
, but a standard naming convention will emerge soon.
To run the tests:
> npm test
PRs are welcome!
MIT © Gavin McDermott