We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
right now it starts low and goes up 5 concurrent users at a time. Can we have a csv of concurrent user count, e.g. 50,100,150?
The text was updated successfully, but these errors were encountered:
@ek-nyc Thank you very much for your suggestion. Currently, you can adjust the concurrency by modifying the code and restarting the application.
VectorDBBench/vectordb_bench/__init__.py
Line 25 in 1ab46dd
Or you can also configure the concurrency by using environment variables.
export NUM_CONCURRENCY=50,100,150 init_bench
We will support configuring concurrency parameters through the Web UI in future versions.
Sorry, something went wrong.
alwayslove2013
No branches or pull requests
right now it starts low and goes up 5 concurrent users at a time. Can we have a csv of concurrent user count, e.g. 50,100,150?
The text was updated successfully, but these errors were encountered: