What Performance Testing should prove
Performance Testing is not a vanity QPS number. For API Testing under load, I care about latency distribution, error budget, saturation points, and whether the database or cache is the first wall.
Locust stays in my toolkit because it is Python-native, scriptable, and easy to keep next to API automation practice suites.