dacapo-benchmark:verify

Full name:

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

Description:

Perform sanity checks for integration testing. Note: This goal only verifies the results.

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: verify.

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.
skipITs boolean 0.1.0 Set this to true to skip executing integration tests, but still compile them. Its use is not recommended, but quite convenient on occasion. This property is also honored by the Maven Failsafe Plugin.
Default value is: false.
skipTests boolean 0.1.0 Set this to true to skip executing tests, but still compile them. Its use is not recommended, but quite convenient on occasion. This property is also honored by the Maven Surefire Plugin and the Maven Failsafe Plugin.
Default value is: false.
summaryFile File 0.1.0 The summary file to write integration test results to.
Default value is: ${project.build.directory}/dacapo-benchmark-reports/dacapo-benchmark-summary.xml.
testFailureIgnore boolean 0.1.0 Set this to true to ignore failures during testing. Its use is not recommended, but quite convenient on occasion.
Default value is: false.

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

skipITs:

Set this to true to skip executing integration tests, but still compile them. Its use is not recommended, but quite convenient on occasion. This property is also honored by the Maven Failsafe Plugin.
  • Type: boolean
  • Since: 0.1.0
  • Required: No
  • Expression: ${skipITs}
  • Default: false

skipTests:

Set this to true to skip executing tests, but still compile them. Its use is not recommended, but quite convenient on occasion. This property is also honored by the Maven Surefire Plugin and the Maven Failsafe Plugin.
  • Type: boolean
  • Since: 0.1.0
  • Required: No
  • Expression: ${skipTests}
  • Default: false

summaryFile:

The summary file to write integration test results to.
  • Type: java.io.File
  • Since: 0.1.0
  • Required: No
  • Default: ${project.build.directory}/dacapo-benchmark-reports/dacapo-benchmark-summary.xml

testFailureIgnore:

Set this to true to ignore failures during testing. Its use is not recommended, but quite convenient on occasion.
  • Type: boolean
  • Since: 0.1.0
  • Required: No
  • Expression: ${maven.test.failure.ignore}
  • Default: false