Skip to content
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 perf test #100

Draft
wants to merge 4 commits into
base: main
Choose a base branch
from
Draft

✅ Add perf test #100

wants to merge 4 commits into from

Conversation

Quentin1006
Copy link
Collaborator

@Quentin1006 Quentin1006 commented Sep 11, 2024

Performance Metrics Documentation

Metric Name Description Required Default
BASE_URL The base URL for the application, used for API calls and resource fetching. Yes N/A
STAGE_DURATION The total duration of each stage in the performance testing process, measured in seconds. Yes N/A
STRESS_LOAD_MIN_ITER_PER_SEC The minimum number of iterations per second during stress load testing. Yes N/A
STRESS_LOAD_MAX_ITER_PER_SEC The maximum number of iterations per second during stress load testing. Yes N/A
STRESS_LOAD_DURATION_95 The 95th percentile duration of stress load tests, indicating the time taken for 95% of the requests. Yes N/A
AUTOSCALING_MAX_ITER_PER_SEC The maximum iterations per second allowed during autoscaling operations. Yes N/A
AUTOSCALING_DURATION_95 The 95th percentile duration for autoscaling events, reflecting the time taken for 95% of autoscaling actions. Yes N/A
AVERAGE_LOAD_ITER_PER_SEC The average number of iterations per second during normal load conditions. Yes N/A
AVERAGE_LOAD_ITER_VARIATION The variation in iterations per second during average load conditions, indicating stability or fluctuations. Yes N/A
AVERAGE_LOAD_DURATION_95 The 95th percentile duration for average load conditions, showing the time taken for 95% of requests under normal load. Yes N/A
PREALLOACATED_VUS The number of virtual users preallocated for performance testing, used to simulate load conditions. No 150
SKIP_TLS_VERIFY A flag to skip TLS verification during API calls, useful for testing in development environments. No False

@Quentin1006 Quentin1006 changed the title wip add perf test ✅ Add perf test Sep 18, 2024
@@ -0,0 +1,131 @@
// Discover how the system functions with sudden and massive increases in traffic.
Copy link
Collaborator Author

@Quentin1006 Quentin1006 Oct 25, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

retirer le fichier

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant