Assertions or solution to compare performance gap between two runs

Hi Everyone, if this question is already asked and have a reference please point me or help me out with solution

Expectation: We are aiming to run our perf tests as part of CICD. First step is to setup in Jenkins and run regularly which we have achieve and started with a subset of run on daily basis.

Now question is, we are looking to compare two runs and based on comparison decide if test should pass or fail. We have added global and foreach assertion for % of pass/fail. But we are unable to find/think better solution to compare individual APIs part of the run and compare their performance automatically and report the result.

Manually checking daily/multiple times a day is not the ideal solution. So we looking assertion or any other comparison way to automatically report issue

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.