Download performance-test-1.1.0.jar file - Jar p

Jar examples for p:performance-test

Description

Extensions to JUnit and JUnitBenchmarks to execute performance tests with cpu profiling

You can download jar file performance-test 1.1.0 in this page.

License

Apache License, Version 2.0

Build File

You can use the following script to add performance-test-1.1.0.jar to your project.

<dependency>
   <groupId>com.arpnetworking.test</groupId>
   <artifactId>performance-test</artifactId>
   <version>1.1.0</version>
</dependency>
compile group: 'com.arpnetworking.test', name: 'performance-test', version: '1.1.0'
libraryDependencies += "com.arpnetworking.test" % "performance-test" % "1.1.0"
<dependency org="com.arpnetworking.test" name="performance-test" rev="1.1.0"/>
@Grapes(@Grab(group='com.arpnetworking.test', module='performance-test', version='1.1.0'))
'com.arpnetworking.test:performance-test:jar:1.1.0'

Download

Click the following link to download the jar file.

performance-test-1.1.0-javadoc.jar
performance-test-1.1.0-sources.jar
performance-test-1.1.0.jar
performance-test-1.1.0.pom



Related Tutorials