AppSuite:Load Tests: Difference between revisions

From Open-Xchange
No edit summary
No edit summary
Line 1: Line 1:
= App Suite Load Tests =
= App Suite Load Tests =


We're maintaining load tests for various APIs based on App Suite Clients implemented with Gatling (http://www.gatling.io/). Please clone the repository to find more detailed documentation and run the test.
We're maintaining load tests for various APIs based on App Suite Clients implemented with Gatling (http://www.gatling.io/). To use it, clone the following repository:
 


<code>
<code>
$ git clone https://code.open-xchange.com/git/wd/testing/performance -b develop
$ git clone https://code.open-xchange.com/git/wd/testing/performance -b develop
</code>
</code>
Documentation can be found at <code>com.openexchange.test.performance.gatling/project/doc</code>.

Revision as of 14:03, 14 May 2016

App Suite Load Tests

We're maintaining load tests for various APIs based on App Suite Clients implemented with Gatling (http://www.gatling.io/). To use it, clone the following repository:

$ git clone https://code.open-xchange.com/git/wd/testing/performance -b develop

Documentation can be found at com.openexchange.test.performance.gatling/project/doc.