orbitdb-archive / ipfs-log

Append-only log CRDT on IPFS
https://orbitdb.github.io/ipfs-log/
MIT License
398 stars 55 forks source link

fix: cleanup benchmark runner repo release #302

Closed mistakia closed 4 years ago

mistakia commented 4 years ago

Description

Fix benchmark runner — remove repoRelease() and use repo.close() now that it returns a promise. Also, fix issue with keystore mutex lock when creating multiple logs in one benchmark.

aphelionz commented 4 years ago

LGTM