rust-ipfs
rust-ipfs copied to clipboard
chore: measure GC performance for wasm32-unknown-unknown
GC in itself can be a simple or an intensive operation, and while the performance can use some improvement under the current implementation for large unpinned datasets while testing under native, we have yet to have any tests or benchmarks for wasm32-unknown-unknown targets under the same dataset while using indexeddb for persistence.