A simple load testing tool taking advantage of locust.io.
- Ensure python 3.5+ is installed on your system.
- Install requirements by running
pip install -r requirements.txtpipmay be aliased topip3on macOS
- Run
python DDFLoadTest.py --host=https://localhost:8993to start the applicationpythonmay be aliased topython3on macOS- replace
localhost:8993with running server address
- Navigate to http://localhost:8089 to open the Load Test UI.
A simple performance testing tool
- Ensure python 3.5+ is installed on your system.
- Install requirements by running
pip install -r requirements.txtpipmay be aliased topip3on macOS
- Start DDF
- Run
python DDFIngestTest.py <csw | rest> <path-to-xml-file> <metadata-format>to start the applicationpythonmay be aliased topython3on macOS
