summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-17 18:42:14 +0200
committerChristian Mollekopf <chrigi_1@fastmail.fm>2017-10-17 18:42:14 +0200
commitb12fb50d82d00685777771ace05feb8f0c65db93 (patch)
tree655621cc2095a75263b44cd8c10b2c5de9eaa58f
parent02a6f3a2c816bc4fb31a13b8f428c0525660438c (diff)
downloadsink-b12fb50d82d00685777771ace05feb8f0c65db93.tar.gz
sink-b12fb50d82d00685777771ace05feb8f0c65db93.zip
Ensure the test passes reliably.
-rw-r--r--tests/databasepopulationandfacadequerybenchmark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/databasepopulationandfacadequerybenchmark.cpp b/tests/databasepopulationandfacadequerybenchmark.cpp
index 7dc649b..4f81d1d 100644
--- a/tests/databasepopulationandfacadequerybenchmark.cpp
+++ b/tests/databasepopulationandfacadequerybenchmark.cpp
@@ -151,7 +151,7 @@ class DatabasePopulationAndFacadeQueryBenchmark : public QObject
151 QVERIFY(percentageRssError < 10); 151 QVERIFY(percentageRssError < 10);
152 // TODO This is much more than it should it seems, although adding the attachment results in pretty exactly a 1k increase, 152 // TODO This is much more than it should it seems, although adding the attachment results in pretty exactly a 1k increase,
153 // so it doesn't look like that memory is being duplicated. 153 // so it doesn't look like that memory is being duplicated.
154 QVERIFY(rssGrowthPerEntity < 3300); 154 QVERIFY(rssGrowthPerEntity < 5000);
155 155
156 // Print memory layout, RSS is what is in memory 156 // Print memory layout, RSS is what is in memory
157 // std::system("exec pmap -x \"$PPID\""); 157 // std::system("exec pmap -x \"$PPID\"");