Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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)