Skip to content

Commit d711db2

Browse files
committed
some initial work for setting up a cluster
1 parent 2da1f22 commit d711db2

File tree

5 files changed

+4027
-0
lines changed

5 files changed

+4027
-0
lines changed

pom.xml

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
<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/xsd/maven-4.0.0.xsd">
2+
<modelVersion>4.0.0</modelVersion>
3+
<groupId>org.apache.blur</groupId>
4+
<artifactId>blur-perf</artifactId>
5+
<version>0.0.1-SNAPSHOT</version>
6+
<name>blur-perf</name>
7+
<description>Exploring performance testing Blur.</description>
8+
</project>

0 commit comments

Comments
 (0)