From f94e332268b36373004b12d403c41719d28c9bd3 Mon Sep 17 00:00:00 2001 From: Gennady Pospelov <g.pospelov@fz-juelich.de> Date: Tue, 21 Apr 2015 12:36:36 +0200 Subject: [PATCH] Uncommented code commented by mistake --- App/src/TestPerformance.cpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/App/src/TestPerformance.cpp b/App/src/TestPerformance.cpp index 4efcaf71aa8..824d94b8713 100644 --- a/App/src/TestPerformance.cpp +++ b/App/src/TestPerformance.cpp @@ -40,9 +40,9 @@ TestPerformance::TestPerformance() m_tests.push_back(new PerformanceTest("isgisaxs11",50)); m_tests.push_back(new PerformanceTest("isgisaxs15",20)); m_tests.push_back(new PerformanceTest("mesocrystal01",1)); -// m_tests.push_back(new SpecularMatrixPerformanceTest("specmatrix", 500000)); -// m_tests.push_back(new SpecularMagneticPerformanceTest("specmagnetic", 500000)); -// m_tests.push_back(new PerformanceTest("polmagcylinders2",50)); + m_tests.push_back(new SpecularMatrixPerformanceTest("specmatrix", 500000)); + m_tests.push_back(new SpecularMagneticPerformanceTest("specmagnetic", 500000)); + m_tests.push_back(new PerformanceTest("polmagcylinders2",50)); std::cout << "TestPerformance::TestPerformance() -> Info. Preparing to run " << m_tests.size() << " performance tests." << std::endl; } -- GitLab