Skip to content

Improve users API rps/ttfb

Nick Westbury requested to merge users-api-threshold into main

With gitlab-org/gitlab#346601 (closed) being merged, the performance of api_v4_users has been greatly improved. As such The rps/ttfb can be improved to ensure the times don't slip.

Latest result for 20 users against a 10k architecture

NAME         | RPS   | RPS RESULT          | TTFB AVG | TTFB P90           | REQ STATUS     | RESULT
-------------|-------|---------------------|----------|--------------------|----------------|-----------------
api_v4_users | 200/s | 196.04/s (>80.00/s) | 234.87ms | 278.98ms (<5500ms) | 100.00% (>99%) | Passed¹
Edited by Nick Westbury

Merge request reports

Loading