mirror of https://github.com/milvus-io/milvus.git
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com> |
||
---|---|---|
.. | ||
README.md | ||
prepare_collection_for_insert_perf.py | ||
prepare_data.py | ||
test_hybrid_search_perf.py | ||
test_insert_perf.py | ||
test_perf_with_sdk_vs_rest.py | ||
test_query_inverted_point_id_output_all_perf.py | ||
test_query_inverted_range_id_output_all_perf.py | ||
test_query_no_index_varchar_output_all_perf.py | ||
test_query_no_index_varchar_output_id_perf.py | ||
test_query_point_id_output_all_perf.py | ||
test_query_range_id_output_all_perf.py | ||
test_query_varchar_output_all_perf.py | ||
test_query_varchar_output_id_perf.py | ||
test_search_perf.py |
README.md
how to use
- prepare data for search and query perf test, and create an empty collection for insert perf test
python3 prepare_data.py --host "127.0.0.1" --data_size 1000000
python3 prepare_collection_for_insert_perf.py --host "127.0.0.1"
- run perf test compare with sdk and http
python3 test_perf_with_sdk_vs_rest.py --host "127.0.0.1"
- run perf test with locust
locust -f test_xxx_perf.py -H "127.0.0.1:19530" --headless