Skip to content

Conversation

vittoriasalim
Copy link
Contributor

@vittoriasalim vittoriasalim commented Aug 7, 2025

  • Aggregate DELETE and PATCH results
  • Add METHOD name into percentile report

Result

{
  "total": 10,
  "duration": "3.026970067s",
  "totalReceivedBytes": 18818,
  "percentileLatencies": [
    [
      0,
      0.332787141
    ],
    [
      0.5,
      0.348233604
    ],
    [
      0.9,
      1.345828714
    ],
    [
      0.95,
      1.6532238430000001
    ],
    [
      0.99,
      1.6532238430000001
    ],
    [
      1,
      1.6532238430000001
    ]
  ],
  "percentileLatenciesByURL": {
    "DELETE https://kperf-33bzb48b.hcp.raunjmwsm.e2e.azmk8s.io:443/api/v1/namespaces/kperf/pods/:name?timeout=1m0s": [
      [
        0,
        0.335256407
      ],
      [
        0.5,
        0.335256407
      ],
      [
        0.9,
        0.463115548
      ],
      [
        0.95,
        0.463115548
      ],
      [
        0.99,
        0.463115548
      ],
      [
        1,
        0.463115548
      ]
    ],
    "PATCH https://kperf-33bzb48b.hcp.raunjmwsm.e2e.azmk8s.io:443/api/v1/namespaces/default/configmaps/:name?timeout=1m0s": [
      [
        0,
        0.332787141
      ],
      [
        0.5,
        0.336595092
      ],
      [
        0.9,
        1.6532238430000001
      ],
      [
        0.95,
        1.6532238430000001
      ],
      [
        0.99,
        1.6532238430000001
      ],
      [
        1,
        1.6532238430000001
      ]
    ],
    "POST https://kperf-33bzb48b.hcp.raunjmwsm.e2e.azmk8s.io:443/api/v1/namespaces/kperf/pods?timeout=1m0s": [
      [
        0,
        0.343845983
      ],
      [
        0.5,
        0.348233604
      ],
      [
        0.9,
        1.345828714
      ],
      [
        0.95,
        1.345828714
      ],
      [
        0.99,
        1.345828714
      ],
      [
        1,
        1.345828714
      ]
    ]
  }
}

@vittoriasalim vittoriasalim marked this pull request as ready for review August 7, 2025 05:36
Copy link
Collaborator

@fuweid fuweid left a comment

Choose a reason for hiding this comment

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

LGTM

Please file request to update

for u, l := range report.LatenciesByURL {
in the following-up as well. thanks

@fuweid fuweid merged commit f4c24cd into main Aug 19, 2025
4 checks passed
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.

2 participants