summaryrefslogtreecommitdiffstats
path: root/tests/genericfacadebenchmark.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-11-15 12:46:26 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-11-15 12:46:26 +0100
commit972f3a4e96876e4c36162a11062e40863d88a2a1 (patch)
treee5173c26f35895e8f3386822d47b7b0d93374db5 /tests/genericfacadebenchmark.cpp
parentd4b10a3de396eebc6c815093e9e1725ece270e9e (diff)
downloadsink-972f3a4e96876e4c36162a11062e40863d88a2a1.tar.gz
sink-972f3a4e96876e4c36162a11062e40863d88a2a1.zip
Cleanup
Diffstat (limited to 'tests/genericfacadebenchmark.cpp')
-rw-r--r--tests/genericfacadebenchmark.cpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/tests/genericfacadebenchmark.cpp b/tests/genericfacadebenchmark.cpp
index 29c91d7..94d6f41 100644
--- a/tests/genericfacadebenchmark.cpp
+++ b/tests/genericfacadebenchmark.cpp
@@ -56,8 +56,7 @@ private Q_SLOTS:
56 QBENCHMARK { 56 QBENCHMARK {
57 auto resultSet = QSharedPointer<Akonadi2::ResultProvider<Akonadi2::ApplicationDomain::Event::Ptr> >::create(); 57 auto resultSet = QSharedPointer<Akonadi2::ResultProvider<Akonadi2::ApplicationDomain::Event::Ptr> >::create();
58 auto resourceAccess = QSharedPointer<TestResourceAccess>::create(); 58 auto resourceAccess = QSharedPointer<TestResourceAccess>::create();
59 auto storage = QSharedPointer<EntityStorage<Akonadi2::ApplicationDomain::Event> >::create("identifier"); 59 TestResourceFacade facade(identifier, resourceAccess);
60 TestResourceFacade facade(identifier, storage, resourceAccess);
61 60
62 async::SyncListResult<Akonadi2::ApplicationDomain::Event::Ptr> result(resultSet->emitter()); 61 async::SyncListResult<Akonadi2::ApplicationDomain::Event::Ptr> result(resultSet->emitter());
63 62