Skip to content

Commit

Permalink
remove old benchmark
Browse files Browse the repository at this point in the history
  • Loading branch information
jb55 committed Dec 1, 2023
1 parent bf5f423 commit f277cc7
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 60 deletions.
3 changes: 0 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -136,9 +136,6 @@ deps/lmdb/liblmdb.a: deps/lmdb/lmdb.h
bench: bench.c $(DEPS)
$(CC) $(CFLAGS) bench.c $(LDS) -o $@

bench-ingest: bench-ingest.c $(DEPS)
$(CC) $(CFLAGS) bench-ingest.c $(LDS) -o $@

testdata/db/ndb-v0.tar.zst:
curl https://cdn.jb55.com/s/ndb-v0.tar.zst -o $@

Expand Down
57 changes: 0 additions & 57 deletions bench-ingest.c

This file was deleted.

0 comments on commit f277cc7

Please sign in to comment.