nostrdb

an unfairly fast embedded nostr database backed by lmdb
git clone git://jb55.com/nostrdb
Log | Files | Refs | Submodules | README | LICENSE

commit 525f372f40dfd280a2b931f756cf777cf604e9c0
parent 1b389a869f8836af4cf80f5fe4c884817dfe47c3
Author: William Casarin <jb55@jb55.com>
Date:   Sat, 12 Aug 2023 09:14:40 -0700

make: add more benches to clean

Diffstat:
MMakefile | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Makefile b/Makefile @@ -26,7 +26,7 @@ check: test ./test clean: - rm -rf test bench + rm -rf test bench bench-ingest bench-ingest-many benches: bench bench-ingest