Added timing tests for matrix math

This commit is contained in:
Quinn Henthorne
2024-12-13 15:50:53 -05:00
parent 92c48e78f8
commit fb16c6f61b
5 changed files with 224 additions and 4 deletions

View File

@@ -0,0 +1,7 @@
# 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