-
Notifications
You must be signed in to change notification settings - Fork 8
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
Add Integration Benchmark tests for performance analysis of API-Manager #3425
Comments
Update - 2024/08/08 Added initial work for tests with custom python backend server |
Update - 2024/08/09 Added an HTTP server as the backend server |
Update - 2024/08/11 Added an SSL Server as a backend server |
Update - 2024/08/14 Added a SSL socket backend server : Some tests are failing |
Update - 2024/08/21 Added a https backend with a separate handler class to handle requests and added a POST resource for the SSL Server |
Update - 2024/08/22 Added a SSL client and finished end to end: yet to add server closing and added the tests for simplenonblocking client |
Update - 2024/08/26 Added all the tests and handled the socket closure exception |
Update - 2024/08/27 Added all the tests and handled the socket closure exception |
Description
Problem
To assess the CPU usage and Memory consumption of API-Manager, a set of benchmark tests should be introduced.
Solution
Version
APIM - 4.4.0
The text was updated successfully, but these errors were encountered: