mirror of https://github.com/milvus-io/milvus.git
595ebdb5e3
Bumps [pyyaml](https://github.com/yaml/pyyaml) from 3.12 to 5.1. - [Release notes](https://github.com/yaml/pyyaml/releases) - [Changelog](https://github.com/yaml/pyyaml/blob/master/CHANGES) - [Commits](https://github.com/yaml/pyyaml/compare/3.12...5.1) Signed-off-by: dependabot[bot] <support@github.com> Former-commit-id: 24d3855981565733ad377ba669262fe587444eb4 |
||
---|---|---|
.. | ||
conf | ||
.gitignore | ||
README.md | ||
__init__.py | ||
client.py | ||
demo.py | ||
docker_runner.py | ||
local_runner.py | ||
main.py | ||
operation.py | ||
parser.py | ||
report.py | ||
requirements.txt | ||
runner.py | ||
suites.yaml | ||
suites_accuracy.yaml | ||
suites_performance.yaml | ||
suites_stability.yaml | ||
suites_yzb.yaml | ||
utils.py |
README.md
Requirements
- python 3.6+
- pip install -r requirements.txt
How to use this Test Project
This project is used to test performance / accuracy / stability of milvus server
- update your test configuration in suites_*.yaml
- run command
### docker mode:
python main.py --image=milvusdb/milvus:latest --run-count=2 --run-type=performance
### local mode:
python main.py --local --run-count=2 --run-type=performance --ip=127.0.0.1 --port=19530
Contribution getting started
- Follow PEP-8 for naming and black for formatting.