The AI Gateway has been tested under high load conditions to ensure optimal performance. This guide explains how to run benchmarks and interpret the results.
Customize the benchmark using environment variables:
Copy
export ADMIN_URL="http://localhost:8080/api/v1" # Admin API endpointexport PROXY_URL="http://localhost:8081" # Proxy endpointexport CONCURRENT_USERS=50 # Number of concurrent usersexport DURATION="30s" # Test duration