Benchmark tool for LSC based on jmh
Install lsc engine in your local mvn repository :
$ mvn -Popendj clean install
Run these tests via the command line, for example :
$ mvn clean install
$ java -jar target/benchmarks.jar LdapToLdapSyncBenchmark -p entries=500 -p workers=5 -p timelimit=3600
About JMH :