Generate data using
./generate_data.sh
from /data.
TBB needs to be cloned in /tbb.
Tests are in /tests, the corresponding binary is ./tests.
Call
./naive_timing && ./static_parallel_timing && ./dynamic_parallel_timing && ./tbb_timing
to generate timings and plot them via
python3 ../eval/plots.py
from the build directory.