Skip to content

maxdemarzi/benchmarks

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

Interactive Complex queries require:

CREATE INDEX ON :Person(firstName);

Business Intelligence Query 14 benefits from:

CREATE INDEX ON :Post(creationDate)

Queries

The LDBC Query specification

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages