Cempaka Cyclone is a pure java open source application made to load test and measure performance of systems.
You can performance test literally everything. Cyclone use simple process management to run the tests. Each test runs in a separate JVM without not needed dependencies. As a developer you are fully in control of your tests and dependencies as you can simply write them (in Java!)
Cyclone features:
- Daemon application for running and managing tests
- Simple API (dependency free) that allows you to write your Java load tests
- No need to use UI when creating tests, everything can be done programmatically
- Built-in loops threads and custom parameters for your tests
Checkout the Wiki
To request a new feature to cyclone please open a GitHub issue.
Please follow a code style located inside this repository in
project/intellij.xml
To run tests simply fire Maven verify lifecycle
mvn verify
This project is licensed under the MIT License - see the LICENSE file for details