Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 585 Bytes

File metadata and controls

13 lines (9 loc) · 585 Bytes

Development Environment

Development is done using a Docker container, make sure Docker is installed before following these steps.

  1. Run docker build -t database .
  2. Run docker run -it -v $(pwd):/workspace database /bin/bash

To run benchmarking & profiling scripts:

  1. After the repository is built in the Docker container, go to build/samples.
  2. For profiling, run python3 -m memray run profiling.py, then run the command that the console outputs. This will then give you a .html file that you can view.
  3. For specific timing graphs in seaborn, run python3 bench.py.