Closed mistakia closed 4 years ago
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.
repoRelease()
repo.close()
LGTM
Description
Fix benchmark runner — remove
repoRelease()
and userepo.close()
now that it returns a promise. Also, fix issue with keystore mutex lock when creating multiple logs in one benchmark.