blob: 81808d11816adbe90a80e74c166fdd93bc273a70 [file] [log] [blame]
Building from standalone sources
================================
Run
mvn clean package
Artifacts can be found in `/target/assembly directory.`
Writing Ignite Benchmarks
=========================
All benchmarks extend `AbstractBenchmark` class. A new benchmark should also extend
this abstract class and implement `test` method. This method is the entry point for
a benchmark execution.