How Do Teams Handle Performance Regression Testing on PRs?

0
1
Asked By CuriousCoder92 On

I'm really curious about how different teams deal with performance regression testing when it comes to pull requests (PRs). At what point does automating checks like latency, throughput, and resource usage become essential in your workflow, rather than just a bonus? What factors lead to this change in approach within your teams?

3 Answers

Answered By PragmaticDev53 On

Only if performance is critical for our users; they can usually tolerate an extra half second. So, it’s not always a priority for us at every stage.

Answered By TechEnthusiast22 On

Are you guys actually doing regression testing for performance? That’s impressive!

CuriousCoder92 -

I just wanted to know how to frame the conversation around it.

Answered By NightlyTester18 On

We don’t do it on PRs because our tests take about 40 minutes during nightly runs. It helps keep the scripts maintained and gives us a quick overview before deeper checks before a release.

CuriousCoder92 -

How do you manage your nightly tests? I think having that quick check is a great practice.

Related Questions

LEAVE A REPLY

Please enter your comment!
Please enter your name here

This site uses Akismet to reduce spam. Learn how your comment data is processed.