the problem is most people treat load testing like a
unit test instead of an architectural stress test. if you aren't using
Locust
or at least distributed jmeter agents to simulate realistic ramp-ups, you're just checking if the cache works under zero contention.
>just hitting one endpoint with constant throughput is basically useless for finding race conditions.