Merge pull request #431 from jielinxu/0.6.0

[skip ci] Add README for docs file
pull/434/head
Jin Hai 2019-11-20 15:30:34 +08:00 committed by GitHub
commit 79156a98c4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 11 additions and 0 deletions

11
docs/README.md Normal file
View File

@ -0,0 +1,11 @@
# 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`.