ipfs / go-graphsync

Initial Implementation Of GraphSync Wire Protocol
Other
100 stars 38 forks source link

3-dimensional memory/throughput benchmarks of go-graphsync #150

Closed raulk closed 3 years ago

raulk commented 3 years ago

Goal: characterise memory load and throughput of graphsync+stores in isolation with everything else.

Assuming a perfect network, benchmark three dimensions:

Store dimension:

Payload size dimension:

Concurrency dimension:


Use the custom metrics go benchmark API to record useful metrics.

welcome[bot] commented 3 years ago

Thank you for submitting your first issue to this repository! A maintainer will be here shortly to triage and review. In the meantime, please double-check that you have provided all the necessary information to make this process easy! Any information that can help save additional round trips is useful! We currently aim to give initial feedback within two business days. If this does not happen, feel free to leave a comment. Please keep an eye on how this issue will be labeled, as labels give an overview of priorities, assignments and additional actions requested by the maintainers:

Finally, remember to use https://discuss.ipfs.io if you just need general support.

raulk commented 3 years ago

@dirkmc @nonsense @hannahhoward tagging you for input. There are some benchmarks we can work off in https://github.com/ipfs/go-graphsync/tree/master/benchmarks.

raulk commented 3 years ago

After the latest changes, the testground test plan already gives us the coverage we need. So writing the integration tests proposed here seems irrelevant.