Arun
Arun

Reputation: 1

How to compare the response time trend while running JMeter Scripts with Jenkins & Maven

While running jmeter test with maven & jenkins, previously used the Jenkins performance plugin for comparing responsetime over the buildwith trend. Due to the XXE vulnerability on the plugin we have stopped using the same. Do we have any other jenkins plugin to compare the response time of the URLs \ transactions on the jenkins?

Upvotes: 0

Views: 69

Answers (1)

Dmitri T
Dmitri T

Reputation: 168207

I don't know any other Jenkins plugins, you could consider Merge Results plugin which can be used for building charts and allowing you to compare different test executions:

enter image description here

Merge Results plugin can be installed using JMeter Plugins Manager

Upvotes: 0

Related Questions