What maven plugin is to be used for JMeter? jmeter-maven-plugin or chronos-jmeter-maven-plugin?

后端 未结 4 1166
萌比男神i
萌比男神i 2021-02-20 14:49

I need to setup performance tests which are run automatically triggered by a CI system. For that I want to use JMeter due to some scripts and experience already exist and I want

4条回答
  •  萌比男神i
    2021-02-20 15:06

    Use jmeter-maven-plugin: http://wiki.apache.org/jmeter/JMeterMavenPlugin.

    It's the de-facto one and (as @Ardesco mentioned above) it doesn't require anything to be installed, which gives you abstraction on where JMeter executable is installed and all those kind of problems...

提交回复
热议问题