Skip to content

Commit

Permalink
start of the benchmark module.
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisvest committed Jun 10, 2012
1 parent 4ec8ec8 commit 5d8104f
Show file tree
Hide file tree
Showing 2 changed files with 19 additions and 0 deletions.
1 change: 1 addition & 0 deletions pom.xml
Expand Up @@ -10,6 +10,7 @@

<modules>
<module>stormpot</module>
<module>stormpot-benchmark</module>
</modules>

<parent>
Expand Down
18 changes: 18 additions & 0 deletions stormpot-benchmark/pom.xml
@@ -0,0 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<project xmlns="http://maven.apache.org/POM/4.0.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://maven.apache.org/POM/4.0.0 http://maven.apache.org/maven-v4_0_0.xsd">
<modelVersion>4.0.0</modelVersion>
<groupId>com.github.chrisvest</groupId>
<artifactId>stormpot-benchmark</artifactId>
<version>2.1-SNAPSHOT</version>
<packaging>jar</packaging>
<name>stormpot-benchmark</name>
<description>Benchmark code for the Stormpot object pool library.</description>
<url>http://chrisvest.github.com/stormpot</url>

<parent>
<groupId>com.github.chrisvest</groupId>
<artifactId>stormpot-parent</artifactId>
<version>2.1-SNAPSHOT</version>
</parent>
</project>

0 comments on commit 5d8104f

Please sign in to comment.