summaryrefslogtreecommitdiffstats
path: root/tests/databasepopulationandfacadequerybenchmark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/databasepopulationandfacadequerybenchmark.cpp')
-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\"");