henryyan / activiti-benchmark

Activiti引擎性能测试

Home Page:http://www.kafeitu.me

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Simple benchmark framework for Activiti (http://www.activiti.org).

Run 'mvn clean package shade:shade' to build the executable jar.

Execute the jar to get more info about the command line params.

You can pass db connection params as system properties: -DjdbcUrl | -DjdbcDriver | -DjdbcUsername | -DjdbcPassword

eg:

java -DjdbcUrl=jdbc:mysql://localhost:3306/activiti_benchmark?characterEncoding=UTF-8 -DjdbcUsername=activiti -DjdbcPassword=activiti -DjdbcDriver=com.mysql.jdbc.Driver -Dhistory=none -Dconfig=spring -jar activiti-basic-benchmark.jar 2500 16

About

Activiti引擎性能测试

http://www.kafeitu.me


Languages

Language:Java 98.9%Language:Shell 1.1%