mirror of
https://github.com/BerriAI/litellm.git
synced 2026-09-08 22:21:35 +00:00
add 100k router memory test to CI
- Add test_memory_baseline_100k to router memory tests in CI - Test runs after 30k test with same 30m timeout - Provides comprehensive scale testing up to 100k requests
This commit is contained in:
parent
a56f1c0e48
commit
3fe36cee72
1 changed files with 2 additions and 0 deletions
|
|
@ -2069,6 +2069,8 @@ jobs:
|
|||
python -m pytest tests/load_tests/test_router_acompletion_memory_growth.py::test_memory_baseline_10k -v -s --tb=short
|
||||
echo "Running test_memory_baseline_30k..."
|
||||
python -m pytest tests/load_tests/test_router_acompletion_memory_growth.py::test_memory_baseline_30k -v -s --tb=short
|
||||
echo "Running test_memory_baseline_100k..."
|
||||
python -m pytest tests/load_tests/test_router_acompletion_memory_growth.py::test_memory_baseline_100k -v -s --tb=short
|
||||
no_output_timeout: 30m
|
||||
- run:
|
||||
name: Run Proxy Server Memory Growth Tests
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue