Skip to content

Commit

Permalink
branch cache => disk
Browse files Browse the repository at this point in the history
  • Loading branch information
sjy-dv committed Nov 19, 2024
1 parent 62980c9 commit 2fa3c8c
Show file tree
Hide file tree
Showing 45 changed files with 4,161 additions and 3,070 deletions.
3 changes: 2 additions & 1 deletion .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,5 @@
/examples/dataset.json

#only use test-module
main.go
main.go
/benchmark/volumes
9 changes: 8 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,9 @@ clean:
add-license:
- go-licenser -license ASL2 -licensor sjy-dv

edge-docker:
- docker build --file edge.dockerfile -t nnv:edge .

simple-docker:
- docker build --file simple.dockerfile -t nnv:simple .
- docker run nnv:simple -p 50051:50051 -d
Expand All @@ -46,4 +49,8 @@ test:
# - go test -v --count=1 ./pkg/hnsw

compress-float:
- go test -v --count=1 ./pkg/compresshelper
- go test -v --count=1 ./pkg/compresshelper


bench-milvus-boot:
- docker-compose -f ./benchmark/milvus.docker.compose.yaml -p benchmark-milvus up
Loading

0 comments on commit 2fa3c8c

Please sign in to comment.