Rename fat jar in build and docs (#1578)

This commit is contained in:
Christian Sailer
2018-11-21 09:35:38 +00:00
committed by GitHub
parent 94dd223662
commit 01387d082a
2 changed files with 9 additions and 5 deletions

View File

@ -9,10 +9,11 @@ File Contents
The performance test suite comes as a zip file containing the following files:
``jmeter-corda.jar``
The JAR file that contains the wrapped JMeter code to to drive performance tests.
``jmeter-corda-<version>-capsule.jar``
The JAR file that contains the wrapped JMeter code to to drive performance tests. This is a fat jar that contains all the required
dependencies to run the JMeter application. It will be referred to as ``jmeter-corda.jar`` in the rest of this documentation
``perftestcordapp.jar``
``perftestcordapp-<version>.jar``
The performance test CorDapp used in for the built-in samplers and the included sample test plans. This needs to
be deployed to any node of the system under test if these test plans will be used.