-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
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
Determine maximum throughput of service request creation API #101
Comments
SummaryClamp is able to handle 16K service request APIs per second. More requests increase the response time and lead to the Gatling script running out of network port. SetupTwo EC2 One EC2 instance(named The other EC2 instance ran this Gatling script. Note, the IP address of the Clamp needs to be updated with Clamp EC2 instance IP. The security group associated with the EC2 instance is configured to allow TCP connection to port 8080, i.e., Clamp's listening port. clamp-core changesClamp branch service-req-creation-perf has the following to achieve maximum throughput in the performance test.
core-benchmarking changesThe |
As part of determining Clamp's capabilities, the maximum throughput of service request creation API needs to be determined
The text was updated successfully, but these errors were encountered: