diff options
Diffstat (limited to 'test/math/lgsFp.cpp')
| -rw-r--r-- | test/math/lgsFp.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/math/lgsFp.cpp b/test/math/lgsFp.cpp index d7680ea..6db586a 100644 --- a/test/math/lgsFp.cpp +++ b/test/math/lgsFp.cpp @@ -116,5 +116,5 @@ void performance_test() { int main() { test_square(); stress_test_inv(); - performance_test(); + if (!sanitize) performance_test(); } |
