/src/site/xdoc/index.xml.vm
https://bitbucket.org/scalabench/scalabench-plugins · Velocity Template Language · 29 lines · 29 code · 0 blank · 0 comment · 0 complexity · b3221b6e9c83efa83bce9d7fca2215f6 MD5 · raw file
- <?xml version="1.0" encoding="UTF-8"?>
- <document xmlns="http://maven.apache.org/XDOC/2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
- xsi:schemaLocation="http://maven.apache.org/XDOC/2.0 http://maven.apache.org/xsd/xdoc-2.0.xsd">
- <properties>
- <title>Introduction</title>
- <author>Andreas Sewe</author>
- <date>2011-05-10</date>
- </properties>
- <body>
- <section name="Introduction">
- <p>Performance characterization of modern virtual machines (VMs) is an intricate process.
- This core project therefore provides a collection of plugins for <a href="http://maven.apache.org/">Apache Maven</a> that assist in performance characterisation;
- they make it easy to build and test new benchmarks in a reproducible manner.</p>
- <subsection name="Pre‐Release Plugins">
- <p>The following are pre‐releases of plugins.</p>
- <table>
- <tr>
- <th>Plugin</th>
- <th>Description</th>
- </tr>
- <tr>
- <td><a href="./modules/dacapo-benchmark-maven-plugin/"><code>dacapo-benchmark</code></a></td>
- <td>A Maven plugin to build an individual DaCapo benchmark</td>
- </tr>
- </table>
- </subsection>
- </section>
- </body>
- </document>