Azure Performance and Stress client library is a collection of classes which form the performance testing framework. It helps developers create their performance tests for their APIs.
- Java Development Kit (JDK) with version 8 or above
<dependency>
<groupId>com.azure</groupId>
<artifactId>perf-test-core</artifactId>
<version>1.0.0-beta.1</version>
</dependency>
For details on contributing to this repository, see the contributing guide.
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create new Pull Request