Azure-Samples / azure-search-openai-demo-java

This repo is the Java version of Microsoft's sample app for ChatGPT + Enterprise data.
MIT License
67 stars 66 forks source link

Load testing - 50 users, 1 query per second #20

Closed brunoborges closed 1 month ago

brunoborges commented 8 months ago

See how Python did: https://github.com/Azure-Samples/azure-search-openai-demo/blob/main/locustfile.py

brunoborges commented 8 months ago

For Java we can use Gatling: https://github.com/gatling/gatling

dantelmomsft commented 8 months ago

@brunoborges what about jmeter which is the underlying engine in Azure Load Test: https://learn.microsoft.com/en-us/azure/load-testing/overview-what-is-azure-load-testing.

I assume we are talking about API load test here, and not UI one.

brunoborges commented 8 months ago

JMeter is a strong option as well, even better if Azure Load Testing creation can be automated with Bicep!

github-actions[bot] commented 6 months ago

This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this issue will be closed.