mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-30 23:45:28 +08:00
* Create new branch 0.8.0 and change preload_table to preload_collection Signed-off-by: jinhai <hai.jin@zilliz.com> * Fix format Signed-off-by: JinHai-CN <hai.jin@zilliz.com> * Update CHANGELOG Signed-off-by: jinhai <hai.jin@zilliz.com> * Update CHANGELOG Signed-off-by: jinhai <hai.jin@zilliz.com> * update helm version Signed-off-by: zw <zw@zilliz.com> Co-authored-by: zw <zw@zilliz.com>
Quick start
Description:
- Test cases can be organized with
yaml - Test can run with local mode or helm mode
Demos:
-
Using jenkins + helm mode:
-
Local test:
python3 main.py --local --host=*.* --port=19530 --suite=suites/gpu_search_performance_random50m.yaml
Definitions of test suites:
Testers need to write test suite config if adding a customizised test into the current test framework
The following are the searching performance test suite:
- search_performance: the test type,also we have
build_performance,insert_performance,accuracy,stability,search_stability - tables: list of test cases
- The following fields are in the
tablefield:- server: milvus的server_config
- table_name: currently support one table
- run_count: search count
- search_params: params of search_vectors
Test result:
The result of searching performance
Test result will be uploaded, and will be used to judge if the test run pass or failed

