Introduction

The DaCapo Benchmark Maven Archetype is an archetype which contains an individual DaCapo Benchmark.

Usage

To create a new project from this archetype, simply type the following

mvn archetype:generate -DarchetypeGroupId=org.scalabench.archetypes -DarchetypeArtifactId=dacapo-benchmark-maven-archetype -DarchetypeVersion=0.1.0-SNAPSHOT

You can then adapt the generated harness class and place your benchmark’s input data under src/main/data. Also, make sure to configure the DaCapo Benchmark Maven Plugin in the generated pom.xml according to your needs.