Compare assertions in Jmeter

Make two http reqs.One points to koha.com other has /teams in its path

Add a compare Assertion. Set compare content to true and time to -1 to compare the content.

Add Comparison Assertion Visualizer listener to compare results.

To check if there is diff in response time we make compare content to false and put some response time in compare time.

If the response time between 2 reqs is more than the response time the assertion will fail,otherwise it will pass.