Skip to content

Latest commit

 

History

History
 
 

perf-test-core

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Azure Performance and Stress client library for Java

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.

Getting started

Prerequisites

  • Java Development Kit (JDK) with version 8 or above

Adding the package to your product

<dependency>
    <groupId>com.azure</groupId>
    <artifactId>perf-test-core</artifactId>
    <version>1.0.0-beta.1</version>
</dependency>

Key concepts

Examples

Troubleshooting

Next steps

Contributing

For details on contributing to this repository, see the contributing guide.

  1. Fork it
  2. Create your feature branch (git checkout -b my-new-feature)
  3. Commit your changes (git commit -am 'Add some feature')
  4. Push to the branch (git push origin my-new-feature)
  5. Create new Pull Request

Impressions