Skip to content

Locust Testing Framework for Sentient AGI for Testing AlpineX Inference

Notifications You must be signed in to change notification settings

AlpineX-Labs/sentient-alpinex-benchmark

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sentient-AGI AlpineX Benchmark

Locust Testing Framework for Sentient AGI for Testing AlpineX Inference

Get AlpineX API Key

From here: https://app.alpinex.ai/apiKeys

Instructions to Run

  1. Make sure you have poetry installed: https://python-poetry.org/docs/#installation

  2. Install packes with poetry install

  3. run in poetry shell poetry shell

  4. Change SENTIENT_TEST = "reasoning-ttft" in the code (we support two ttft tests for now)

  5. Fix .env:

    a. Copy the example file: cp .example-env .env
    b. Replace ALPINEX_API_KEY with your API key

  6. Run Locust: locust -f alpinex-load-test-ttft.py:

    a. Open the UI at http://0.0.0.0:8089/
    b. Test with user = 100 and ramp up = 5 (wait 1 minute for it to warm up)

About

Locust Testing Framework for Sentient AGI for Testing AlpineX Inference

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages