dacapo-benchmark:report-configuration

Note:This goal should be used as a Maven report.

Full name:

org.scalabench.plugins:dacapo-benchmark-maven-plugin:0.1.0-SNAPSHOT:report-configuration

Description:

Reports the benchmark's configuration.

Attributes:

  • Requires a Maven project to be executed.
  • The goal is thread-safe and supports parallel builds.
  • Since version: 0.1.0.
  • Binds by default to the lifecycle phase: site.
  • Invokes the execution of the lifecycle phase process-resources prior to executing itself.

Optional Parameters

Name Type Since Description
benchmarkName String 0.1.0 The name of the benchmark. If unspecified, it is derived from the project's artifactId. If the artifactId matches one of the following patterns, the benchmark name is extracted from it as indicated:
  • ${benchmarkName}-dacapo-benchmark
  • dacapo-${benchmarkName}-benchmark
Otherwise, the artifactId is taken wholesale.

Parameter Details

benchmarkName:

The name of the benchmark. If unspecified, it is derived from the project's artifactId. If the artifactId matches one of the following patterns, the benchmark name is extracted from it as indicated:
  • ${benchmarkName}-dacapo-benchmark
  • dacapo-${benchmarkName}-benchmark
Otherwise, the artifactId is taken wholesale.
  • Type: java.lang.String
  • Since: 0.1.0
  • Required: No