ann-filtering-benchmark directory

This commit is contained in:
Alex Garcia 2024-11-17 08:38:57 -08:00
parent 052ba4b089
commit f55e14cce8
7 changed files with 259 additions and 18 deletions

9
tests/afbd/Makefile Normal file
View file

@ -0,0 +1,9 @@
random_ints_1m.tgz:
curl -o $@ https://storage.googleapis.com/ann-filtered-benchmark/datasets/random_ints_1m.tgz
random_float_1m.tgz:
curl -o $@ https://storage.googleapis.com/ann-filtered-benchmark/datasets/random_float_1m.tgz
random_keywords_1m.tgz:
curl -o $@ https://storage.googleapis.com/ann-filtered-benchmark/datasets/random_keywords_1m.tgz
all: random_ints_1m.tgz random_float_1m.tgz random_keywords_1m.tgz