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