Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/jina-ai/stress-test
A collection of stress tests of Jina infrastructure
https://github.com/jina-ai/stress-test
jina jina-search latency-analysis stress-testing
Last synced: 3 days ago
JSON representation
A collection of stress tests of Jina infrastructure
- Host: GitHub
- URL: https://github.com/jina-ai/stress-test
- Owner: jina-ai
- License: apache-2.0
- Created: 2020-04-03T11:06:16.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-06-21T06:59:10.000Z (over 3 years ago)
- Last Synced: 2023-05-01T20:49:51.594Z (over 1 year ago)
- Topics: jina, jina-search, latency-analysis, stress-testing
- Language: Python
- Homepage: https://jina.ai
- Size: 437 KB
- Stars: 4
- Watchers: 29
- Forks: 4
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Stress Test
A collection of stress tests of Jina infrastructure
## Case 1: Slow Worker for Testing Load Balancing
To test `--scheduling`
[slow_worker](slow_worker/app.py)
## Case 2: IO Bounded Worker
To test `--prefetch` and `--prefetch-size`
[io_bound](io_bound/app.py)
## Case 3: Quantization
To test `JINA_ARRAY_QUANT` unset, `fp16` and `uint8`
[quant](quant/app.py)
## Case 4: Vector indexers
[vector_indexers](vector_indexers/app.py)