summaryrefslogtreecommitdiff
path: root/test/math/matrixPower.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'test/math/matrixPower.cpp')
-rw-r--r--test/math/matrixPower.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/math/matrixPower.cpp b/test/math/matrixPower.cpp
index 4dfb0a8..b1d6783 100644
--- a/test/math/matrixPower.cpp
+++ b/test/math/matrixPower.cpp
@@ -111,6 +111,6 @@ void performance_test() {
int main() {
stress_test();
- performance_test();
+ if (!sanitize) performance_test();
}