LITMUS-Benchmark-Suite / litmus-docker

A docker container for the Litmus-Benchmark-Suite.
4 stars 1 forks source link
automated-benchmarks benchmark-framework docker graph-database litmus-benchmark-suite litmus-docker rdf-graph-store rdf-store

LITMUS

LITMUS is a comprehensive framework, that will serve the academicians, researchers, DMS developers and the organizations who employ DMSs for the efficient consumption of their data, by allowing a choke-point driven performance comparison and analysis of various Data Management Solutions (Graph and RDF-based), with respect to different third-party real and synthetic datasets and queries.

DMS supported

The following DMS systems are supported currently.

Graph based DMS

RDF based DMS

Parameters Measured

litmus-docker Installation Instructions

A docker container for the Litmus-Benchmark-Suite.

Install Docker on your system

Install Docker Community Edition (CE). The instructions for the installation process can be found here.

Instructions

The Instructions.md file has all the instructions to setup and run the Litmus Benchmark Suite.

Build the Docker File

docker build -t litmus:local /path/of/the/repo

Run the container

docker run --privileged litmus:local

We are using the --privileged flag, because we need root access to clear the caches when we run the benchmarking process.