Unverified Commit 01cd2b1e authored by jielinxu's avatar jielinxu Committed by GitHub
Browse files

[skip ci] Add README for docs file

parent 8c48d95f
Loading
Loading
Loading
Loading

docs/README.md

0 → 100644
+11 −0
Original line number Diff line number Diff line
# Docs

This repository contains test reports on the search performance of different index types on standalone Milvus.

The tests are run on [SIFT1B dataset](http://corpus-texmex.irisa.fr/), and provide results on the following measures:

- Query Elapsed Time: Time cost (in seconds) to run a query. 

- Recall: The fraction of the total amount of relevant instances that were actually retrieved.

Test variables are `nq` and `topk`.