This is an environment for benchmarking the sophia library, and comparing it with other RDF libraries.
The results are available in benchmark_results.ipynb
.
They should display correctly on github.
Otherwise, you need Jupyter to visualize them.
The tests have been designed for my machine, running Ubuntu 18.10.
To load and build all the necessarily files,
type make
in the root directory of the project.
To re-generate the CSV files,
use the run_benchmark
command with the appropriate arguments.
If you want to add another library to the benchmark,
have a look at the BENCHMARK_INTERFACE.txt
file.