Database Reference
In-Depth Information
Figure B.1. Default Maven output for chapter 10
This is to be expected. It's been done this way to ensure that the basic tests can all
run without you having to first install a Neo4j server or wait a long time for the per-
formance tests to run. The instructions that follow detail the additional steps required
to run the performance-related demos and tests.
2 . Torunsomeoftheembeddedperformancerelatedtests,runwiththeMavenprofile
include-embedded-perfdemos :
mvn clean test -f chapter10/performance-demos-embedded/
pom.xml -P
include-embedded-perfdemos
3 . Follow the instructions in appendix A that detail how to set up and install a single
Neo4j server (the samples use version 2.0.1). We'll refer to the directory where the
Neo4j server has been installed as <<NEO4J_HOME>>.
4 . Within the <<NEO4J_HOME>>/conf/neo4j-server.properties file,
1. Ensure that the location of the Neo4j server database is set to that expected
bytheperformancetestsbymodifyingthefollowingpropertyvalueasshown
here:
org.neo4j.server.database.location=<<N4JIA_SAMPLE_HOME>>/
chapter10/
performance-demos-server/the-chapter10-server-db
 
Search WWH ::




Custom Search