mirror of
https://github.com/fluencelabs/tendermint
synced 2025-04-24 22:32:15 +00:00
This PR moves statistics to its own file, seperates getBlockMetas into its own function, and removes the timeEnd parameter from calculate statistics. The ending time is now computed directly from the start time and the duration, to enforce that we only collect data for the provided duration.
tools
Tools for working with tendermint and associated technologies. Documentation can be found in the README.md
of each the tm-bench/
and tm-monitor/
directories.