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 6bd2051..48c4738 100644 --- a/tests/databasepopulationandfacadequerybenchmark.cpp +++ b/tests/databasepopulationandfacadequerybenchmark.cpp | |||
@@ -106,7 +106,7 @@ class DatabasePopulationAndFacadeQueryBenchmark : public QObject | |||
106 | context.mResourceAccess = resourceAccess; | 106 | context.mResourceAccess = resourceAccess; |
107 | TestResourceFacade facade(context); | 107 | TestResourceFacade facade(context); |
108 | 108 | ||
109 | auto ret = facade.load(query); | 109 | auto ret = facade.load(query, Sink::Log::Context{"benchmark"}); |
110 | ret.first.exec().waitForFinished(); | 110 | ret.first.exec().waitForFinished(); |
111 | auto emitter = ret.second; | 111 | auto emitter = ret.second; |
112 | QList<Sink::ApplicationDomain::Event::Ptr> list; | 112 | QList<Sink::ApplicationDomain::Event::Ptr> list; |