You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
We should establish some way to test how "good" (throughput? latency?) Typhon is (relative to Tendermint). This means creating some kind of benchmark now that can at least measure tendermint, and then as we build prototypes, we should be able to see how well they compare.
Some features we might want include:
ability to test gossip/storage vs. consensus/ordering layers separately
ability to meaningfully calculate performance for many machines, ideally without actually using many machines.
ability to abstract over optimizations that Tendermint's software has made, and we can also make, but haven't yet done in our prototype (e.g. fast marshaling / unmarshaling of messages).
Sub-tasks (not in particular order)
find out whether there is some benchmarking tool implemented by others (e.g., Tendermint themselves) that we can use
determine suitable performance metrics that will allow comparison
determine a concrete set of behaviors that we want to benchmark (filter out unnecessary complexities)
determine a set of functional/non-functional requirements for the benchmarking tool
design the benchmarking tool
implement the benchmarking tool
perform a comparison study
Definition of Done
We have a document with a concise and clear comparison study between Tendermint (what we use for Namada) and Typhon (what we use for Anoma).
The text was updated successfully, but these errors were encountered:
https://arxiv.org/pdf/2105.11827.pdf have done some measurements, so that would be a good place to start for getting ideas about performance metrics, behaviours, and requirements.
Description
We should establish some way to test how "good" (throughput? latency?) Typhon is (relative to Tendermint). This means creating some kind of benchmark now that can at least measure tendermint, and then as we build prototypes, we should be able to see how well they compare.
Some features we might want include:
Sub-tasks (not in particular order)
Definition of Done
We have a document with a concise and clear comparison study between Tendermint (what we use for Namada) and Typhon (what we use for Anoma).
The text was updated successfully, but these errors were encountered: