- Build
mvn clean install
to build the project - Configure
./conf/simple.properties
and ensure all the parameters are correct- Most importantly Ensure that
graph.server.host
andgraph.server.port
refer to the accessible IP address and port of the AGS instance.
- Most importantly Ensure that
- Run
./scripts/run_simple.sh
The Simple benchmark does the following setup / benchmark process.
- Clears the graph (g.V().drop())
- Writes
benchmark.seedSize
number of vertices with ids1-benchmark.seedSize
- Get or create vertices with a random ID between
1-benchmark.seedSize*benchmark.seedSize.multiplier
- Create edges between randomly chosen vertices
- Pick a random vertex and do a 3 hop traversal