-
Always performance test on a separate env which is specfically setup for performance tests. Using an env that’s commonly used for other purposes can cause inconsistent results.
-
Run performance tests in an env identical to the prod env so that we can get a consistent & real world stats. Also have a baseline to compare with.
-
Create a realistic test by adding think time.
-
Add reasonable ramp up.
-
Focus on areas that need performance testing.
Best Practices
Updated on