Skip to content

Unit tests Performance tests

s-trinh edited this page Jun 5, 2020 · 2 revisions

Performance tests

Example:

./perfMatrixMultiplication --benchmark --reporter xml --out log_perfMatrixMultiplication_MKL.xml
./perfMatrixMultiplication --benchmark --reporter xml --out log_perfMatrixMultiplication_OpenBLAS.xml
python PerfCompare.py --before log_perfMatrixMultiplication_OpenBLAS.xml --after log_perfMatrixMultiplication_MKL.xml --before-label OpenBLAS --after-label MKL

PerfCompare.py is located in visp/script folder.