Skip to content

Latest commit

 

History

History
25 lines (13 loc) · 498 Bytes

File metadata and controls

25 lines (13 loc) · 498 Bytes

Performance Tests

Instructions

Open project in IntelliJ.

Right-Click on src/test/scala/Engine and choose "Run 'Engine' "

Choose Simulation to run.

Simulations in src/test/scala directory have hardcoded "benchmark" for password.

Data

Scale Factor-10 graph.db

The Neo4j graph.db database linked above only has the minimal indexes.

InteractiveComplex queries require:

CREATE INDEX ON :Person(firstName);