diff options
Diffstat (limited to 'tests/databasepopulationandfacadequerybenchmark.cpp')
-rw-r--r-- | tests/databasepopulationandfacadequerybenchmark.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/databasepopulationandfacadequerybenchmark.cpp b/tests/databasepopulationandfacadequerybenchmark.cpp index 48c4738..58b6561 100644 --- a/tests/databasepopulationandfacadequerybenchmark.cpp +++ b/tests/databasepopulationandfacadequerybenchmark.cpp | |||
@@ -226,7 +226,7 @@ private slots: | |||
226 | std::cout << "Rss max difference [byte]" << maxDifference(mRssGrowthPerEntity) << std::endl; | 226 | std::cout << "Rss max difference [byte]" << maxDifference(mRssGrowthPerEntity) << std::endl; |
227 | std::cout << "Time standard deviation " << timeStandardDeviation << std::endl; | 227 | std::cout << "Time standard deviation " << timeStandardDeviation << std::endl; |
228 | std::cout << "Time max difference [ms]" << maxDifference(mTimePerEntity) << std::endl; | 228 | std::cout << "Time max difference [ms]" << maxDifference(mTimePerEntity) << std::endl; |
229 | QVERIFY(rssStandardDeviation < 500); | 229 | QVERIFY(rssStandardDeviation < 1000); |
230 | QVERIFY(timeStandardDeviation < 1); | 230 | QVERIFY(timeStandardDeviation < 1); |
231 | } | 231 | } |
232 | }; | 232 | }; |