milvus/tests/restful_client_v2/perf
zhuwenxing db9244fd52 test: add filter search
Signed-off-by: zhuwenxing <wenxing.zhu@zilliz.com>
2024-05-24 18:32:44 +08:00
..
README.md test: add restful v2 perf test 2024-03-26 17:36:54 +08:00
prepare_collection_for_insert_perf.py update 2024-04-02 15:14:24 +08:00
prepare_data.py update 2024-04-02 15:14:24 +08:00
test_hybrid_search_perf.py update load stages 2024-04-01 17:36:01 +08:00
test_insert_perf.py update 2024-04-02 15:14:24 +08:00
test_perf_with_sdk_vs_rest.py update error log 2024-04-02 16:57:07 +08:00
test_query_inverted_point_id_output_all_perf.py update 2024-04-02 15:14:24 +08:00
test_query_inverted_range_id_output_all_perf.py update 2024-04-02 15:14:24 +08:00
test_query_no_index_varchar_output_all_perf.py update load stages 2024-04-01 17:36:01 +08:00
test_query_no_index_varchar_output_id_perf.py update load stages 2024-04-01 17:36:01 +08:00
test_query_point_id_output_all_perf.py update load stages 2024-04-01 17:36:01 +08:00
test_query_range_id_output_all_perf.py fix 2024-04-02 10:31:36 +08:00
test_query_varchar_output_all_perf.py update filter 2024-04-02 12:14:56 +08:00
test_query_varchar_output_id_perf.py update filter 2024-04-02 12:14:56 +08:00
test_search_perf.py test: add filter search 2024-05-24 18:32:44 +08:00

README.md

how to use

  1. 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"
  1. run perf test compare with sdk and http
python3 test_perf_with_sdk_vs_rest.py --host "127.0.0.1"
  1. run perf test with locust
locust -f test_xxx_perf.py -H "127.0.0.1:19530" --headless