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 reload and req./resp. perf tests for ing and vs #5048

Merged
merged 5 commits into from Feb 9, 2024

Conversation

vepatel
Copy link
Contributor

@vepatel vepatel commented Feb 7, 2024

Proposed changes

  • Add reload and request-response performance tests for Ingress and VirtualServer resources
[
    {
        "Reload time (Ingress resource) ": "172ms",
        "TimeStamp": "2024-02-07 15:39:00.774836"
    }
]
[
    {
        "Reload time (VS resource) ": "177ms",
        "TimeStamp": "2024-02-07 15:39:36.165691"
    }
]
|------|------------|---------------|---------------|----------------------|-----------------------|-------------------|-------------------|----------------------|-------------------|------------|-----|-----|-----|-----|-----|-----|-----|-----|-------|--------|------|
| Type | Name       | Request Count | Failure Count | Median Response Time | Average Response Time | Min Response Time | Max Response Time | Average Content Size | Requests/s        | Failures/s | 50% | 66% | 75% | 80% | 90% | 95% | 98% | 99% | 99.9% | 99.99% | 100% |
|------|------------|---------------|---------------|----------------------|-----------------------|-------------------|-------------------|----------------------|-------------------|------------|-----|-----|-----|-----|-----|-----|-----|-----|-------|--------|------|
| GET  | /backend1  |          2819 |             0 |                   24 |     24.64088859767227 |  20.0944590033032 | 69.59945801645517 |                164.0 | 705.0681738343299 |        0.0 |  24 |  24 |  25 |  25 |  27 |  29 |  41 |  50 |    66 |     70 |   70 |
|------|------------|---------------|---------------|----------------------|-----------------------|-------------------|-------------------|----------------------|-------------------|------------|-----|-----|-----|-----|-----|-----|-----|-----|-------|--------|------|
|      | Aggregated |          2819 |             0 |                   24 |     24.64088859767227 |  20.0944590033032 | 69.59945801645517 |                164.0 | 705.0681738343299 |        0.0 |  24 |  24 |  25 |  25 |  27 |  29 |  41 |  50 |    66 |     70 |   70 |
|------|------------|---------------|---------------|----------------------|-----------------------|-------------------|-------------------|----------------------|-------------------|------------|-----|-----|-----|-----|-----|-----|-----|-----|-------|--------|------|

Checklist

Before creating a PR, run through this checklist and mark each as complete.

  • I have read the CONTRIBUTING doc
  • I have added tests that prove my fix is effective or that my feature works
  • I have checked that all unit tests pass after adding my changes
  • I have updated necessary documentation
  • I have rebased my branch onto main
  • I will ensure my PR is targeting the main branch and pulling from my branch from my own fork

@vepatel vepatel requested a review from a team as a code owner February 7, 2024 15:49
@github-actions github-actions bot added documentation Pull requests/issues for documentation tests Pull requests that update tests labels Feb 7, 2024
@vepatel vepatel enabled auto-merge (squash) February 9, 2024 09:54
@vepatel vepatel disabled auto-merge February 9, 2024 13:45
@vepatel vepatel merged commit 3788e4b into main Feb 9, 2024
79 checks passed
@vepatel vepatel deleted the tests/perf-vs-ingress branch February 9, 2024 14:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Pull requests/issues for documentation tests Pull requests that update tests
Projects
Status: Done 🚀
Development

Successfully merging this pull request may close these issues.

Add performance tests scenarios for simple Ingress and VirtualServer resource
3 participants