ipfs-rust / ipfs-embed

A small embeddable ipfs implementation
348 stars 49 forks source link

Add parametrized benchmark for using sync #56

Closed rklaehn closed 3 years ago

rklaehn commented 3 years ago

cargo run --release --example bitswap_sync_bench -- --in-memory

I think this should be useful to optimize bitswap sync for different scenarios.

dvc94ch commented 3 years ago

Thanks, looks really neat

dvc94ch commented 3 years ago

folded into gc branch