Skip to content
Snippets Groups Projects
Commit f94e3322 authored by Pospelov, Gennady's avatar Pospelov, Gennady
Browse files

Uncommented code commented by mistake

parent 1354bce5
No related branches found
No related tags found
No related merge requests found
...@@ -40,9 +40,9 @@ TestPerformance::TestPerformance() ...@@ -40,9 +40,9 @@ TestPerformance::TestPerformance()
m_tests.push_back(new PerformanceTest("isgisaxs11",50)); m_tests.push_back(new PerformanceTest("isgisaxs11",50));
m_tests.push_back(new PerformanceTest("isgisaxs15",20)); m_tests.push_back(new PerformanceTest("isgisaxs15",20));
m_tests.push_back(new PerformanceTest("mesocrystal01",1)); m_tests.push_back(new PerformanceTest("mesocrystal01",1));
// m_tests.push_back(new SpecularMatrixPerformanceTest("specmatrix", 500000)); m_tests.push_back(new SpecularMatrixPerformanceTest("specmatrix", 500000));
// m_tests.push_back(new SpecularMagneticPerformanceTest("specmagnetic", 500000)); m_tests.push_back(new SpecularMagneticPerformanceTest("specmagnetic", 500000));
// m_tests.push_back(new PerformanceTest("polmagcylinders2",50)); m_tests.push_back(new PerformanceTest("polmagcylinders2",50));
std::cout << "TestPerformance::TestPerformance() -> Info. Preparing to run " << m_tests.size() << " performance tests." << std::endl; std::cout << "TestPerformance::TestPerformance() -> Info. Preparing to run " << m_tests.size() << " performance tests." << std::endl;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment