diff --git a/App/src/TestPerformance.cpp b/App/src/TestPerformance.cpp index 174d4e051e91ecbf1588839465a9e768d2f5847b..5e7b3cb874d2b2856d6abf1feb6daa544125d1a2 100644 --- a/App/src/TestPerformance.cpp +++ b/App/src/TestPerformance.cpp @@ -27,7 +27,7 @@ TestPerformance::TestPerformance() 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("magcyl2",50)); + m_tests.push_back(new PerformanceTest("polmagcylinders2",50)); std::cout << "TestPerformance::TestPerformance() -> Info. Preparing to run " << m_tests.size() << " performance tests." << std::endl; } diff --git a/dev-tools/log/perf_history.txt b/dev-tools/log/perf_history.txt index b325993c1371b7613a31a4a7e45795118937cd5b..4b7dac92afeefb4c74cbcb3698f2d5c3e8d2e1ab 100644 --- a/dev-tools/log/perf_history.txt +++ b/dev-tools/log/perf_history.txt @@ -386,3 +386,9 @@ | 2014-08-04 17:20:21 | jcnsopc126 | linuxx8664gcc | 0 | 36.301 | 1.281 | 1.983 | 1.316 | 0.777 | 6.341 | 14.672 | 0.493 | 7.744 | 1.693 | | 2014-08-04 17:21:30 | jcnsopc126 | linuxx8664gcc | 0 | 36.422 | 1.275 | 1.962 | 1.326 | 0.779 | 6.321 | 14.805 | 0.494 | 7.734 | 1.725 | +# mesocrystal test is changed, new axes +| date | hostname | sysinfo | tr | total | isgisaxs02 | isgisaxs06a | isgisaxs09b | isgisaxs11 | isgisaxs15 | mesocrystal0 | specmatrix | specmagnetic | polmagcylind | +| 2014-08-08 12:59:08 | jcnsopc126 | linuxx8664gcc | 0 | 27.425 | 1.385 | 2.177 | 1.491 | 0.850 | 7.095 | 4.193 | 0.494 | 7.839 | 1.900 | +| 2014-08-08 13:00:40 | jcnsopc126 | linuxx8664gcc | 0 | 26.856 | 1.333 | 2.174 | 1.467 | 0.833 | 6.910 | 4.074 | 0.494 | 7.756 | 1.815 | + +