Files
Vector3D/unit-tests/run-matrix-timing-test.sh
2024-12-13 15:50:53 -05:00

7 lines
282 B
Bash
Executable File

# be in the root folder of this project when you run this
cd build/
ninja matrix-tests
echo "Running tests. This will take a while."
./unit-tests/matrix-tests -n "Timing Tests" -d yes > ../unit-tests/matrix-test-timings-temp.txt
cd ../unit-tests/
python3 test-timing-post-process.py