summaryrefslogtreecommitdiffstats
path: root/tests/dummyresourcebenchmark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/dummyresourcebenchmark.cpp')
-rw-r--r--tests/dummyresourcebenchmark.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/tests/dummyresourcebenchmark.cpp b/tests/dummyresourcebenchmark.cpp
index 609b8dc..6eaf065 100644
--- a/tests/dummyresourcebenchmark.cpp
+++ b/tests/dummyresourcebenchmark.cpp
@@ -7,7 +7,6 @@
7#include "clientapi.h" 7#include "clientapi.h"
8#include "commands.h" 8#include "commands.h"
9#include "entitybuffer.h" 9#include "entitybuffer.h"
10#include "synclistresult.h"
11#include "pipeline.h" 10#include "pipeline.h"
12#include "log.h" 11#include "log.h"
13#include "resourceconfig.h" 12#include "resourceconfig.h"
@@ -115,7 +114,6 @@ private Q_SLOTS:
115 114
116 query.propertyFilter.insert("uid", "testuid"); 115 query.propertyFilter.insert("uid", "testuid");
117 auto model = Akonadi2::Store::loadModel<Akonadi2::ApplicationDomain::Event>(query); 116 auto model = Akonadi2::Store::loadModel<Akonadi2::ApplicationDomain::Event>(query);
118 model->fetchMore(QModelIndex());
119 QTRY_COMPARE(model->rowCount(QModelIndex()), num); 117 QTRY_COMPARE(model->rowCount(QModelIndex()), num);
120 } 118 }
121 qDebug() << "Query Time: " << time.elapsed() << "/sec " << num*1000/time.elapsed(); 119 qDebug() << "Query Time: " << time.elapsed() << "/sec " << num*1000/time.elapsed();