https://github.com/activiti/activiti-cloud-performance-tests
Activiti Cloud performance tests suite
https://github.com/activiti/activiti-cloud-performance-tests
activiti-cloud performance-testing
Last synced: 11 months ago
JSON representation
Activiti Cloud performance tests suite
- Host: GitHub
- URL: https://github.com/activiti/activiti-cloud-performance-tests
- Owner: Activiti
- License: apache-2.0
- Created: 2018-03-06T13:15:33.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2020-10-22T12:11:17.000Z (about 5 years ago)
- Last Synced: 2025-01-06T11:40:22.232Z (about 1 year ago)
- Topics: activiti-cloud, performance-testing
- Language: Scala
- Homepage:
- Size: 27.3 KB
- Stars: 0
- Watchers: 3
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
```
export GATEWAY_HOST=gateway.example.com
export AUTH_HOST=auth.example.com
mvn gatling:test -Dgatling.simulationClass=simulation.BasicSimulation
```
You may also decide to use SBT instead of Maven.
However if you are planning to create your own project with Maven and using an IDE such as Scala IDE or Intellij,
it is good to follow the link below:
https://gatling.io/docs/2.3/extensions/maven_archetype/
This is an example and so the basic simulation runs for just a minute:
```scala
setUp(scn.inject(constantUsersPerSec(5) during 60).protocols(httpConf))
```
Note also the presence of pause() in the code,
that can be adjusted or removed or added to other places based on your expectations.
After the test execution the report will be available under ```target/gatling/basicsimulation-{id}```