# process-engine-async-test **Repository Path**: mirrors_nikku/process-engine-async-test ## Basic Information - **Project Name**: process-engine-async-test - **Description**: No description available - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-09-25 - **Last Updated**: 2026-03-29 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Async execution performance test A simple test, tracing the async execution performance of Activiti / Camunda process engines. ## Test cases The test cases use service tasks that perform noop operations with the following definition: ``` ``` ### async-parallel Tests parallel execution of async tasks ![parallel execution test](https://raw.githubusercontent.com/Nikku/process-engine-async-test/master/src/main/resources/async-parallel.png) ### async-sequential Tests parallel execution of async tasks ![sequential execution test](https://raw.githubusercontent.com/Nikku/process-engine-async-test/master/src/main/resources/async-sequential.png) ## Execute the tests Configure the database to use via * `db.connection.url` * `db.connection.username` * `db.connection.password` * `db.connection.driver` Execute a test via ``` mvn exec:java -Dexec.mainClass="de.nixis.engine.test.Main" -Ddb.connection.password=my-pass ```