Skip to content

Commit

Permalink
Instructions for developing with Eclipse
Browse files Browse the repository at this point in the history
  • Loading branch information
adferguson committed Aug 25, 2012
1 parent 2068396 commit 3570d38
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
@@ -1,5 +1,7 @@
*.class
target/
.classpath
.project
# Package Files #
*.jar
*.war
Expand Down
18 changes: 18 additions & 0 deletions README.md
Expand Up @@ -25,6 +25,24 @@ Argument 30000 means each test would run for 30 seconds.
Argument 0 means test would submit asynchronous requests, 1 is for synchronous
requests.


## Eclipse Development

As a simple Maven project, our benchmark can easily be developed using Eclipse.
It is necessary to first set the M2_REPO variable for your workspace (This
command only needs to be executed once per workspace):

mvn -Declipse.workspace=<path-to-eclipse-workspace> eclipse:configure-workspace

Next, build the libraries and create the Eclipse project files:

mvn install -DskipTests
mvn eclipse:eclipse

You can now import the project into eclipse using, File > Import > Existing
Projects into Workspace.


## Notes

1. In the benchmark, node creation and deletion tests are done by creating a lot
Expand Down

0 comments on commit 3570d38

Please sign in to comment.