mirror of
https://github.com/asg017/sqlite-vec.git
synced 2026-04-26 01:06:27 +02:00
benchmark updates
This commit is contained in:
parent
156d6c1e3b
commit
4febdff11a
10 changed files with 290 additions and 149 deletions
15
benchmarks/exhaustive-memory/Makefile
Normal file
15
benchmarks/exhaustive-memory/Makefile
Normal file
|
|
@ -0,0 +1,15 @@
|
|||
|
||||
|
||||
|
||||
data/:
|
||||
mkdir -p $@
|
||||
|
||||
data/sift: data/
|
||||
curl -o data/sift.tar.gz ftp://ftp.irisa.fr/local/texmex/corpus/sift.tar.gz
|
||||
tar -xvzf data/sift.tar.gz -C data/
|
||||
rm data/sift.tar.gz
|
||||
|
||||
data/gist: data/
|
||||
curl -o data/gist.tar.gz ftp://ftp.irisa.fr/local/texmex/corpus/gist.tar.gz
|
||||
tar -xvzf data/gist.tar.gz -C data/
|
||||
rm data/gist.tar.gz
|
||||
Loading…
Add table
Add a link
Reference in a new issue