cmake -B build/ -G Ninja -DCMAKE_BUILD_TYPE=Release
cmake --build build/cmake -B build/ -DCMAKE_BUILD_TYPE=Release
cmake --build build/ -j8ctest --progress --test-dir build/work1/tests/ -R 'VectorTest|VectorAddTest'./build/work1/benchmarks/work1_benchmarks --benchmark_format=json > benchmarks_results_work1.json
python ./work1/utils/benchmark_pp/complexity_chart.py \
-j benchmarks_results_work1.json \
--xlog --ylog -c complexity_chart.ht
python ./work1/utils/benchmark_pp/speedup_chart.py \
-j benchmarks_results_work1.json \
-r 'Eigen Vector Addition (CPU)' \
-t 'CUDA Vector Addition (GPU)' \
--xlog --ylog -c speedup_chart.html