Running the Command
1
|
python data_export.py --recompute --outbatch --output res.csv |
The test result is exported to the /data/ann-benchmarks-main/res.csv file. Pay attention to the k-nn (recall rate) and qps (query rate per second) values. The value of k-nn ranges from 0 to 1. The larger the values of k-nn and qps, the better the performance.

Parent topic: Checking Results