summaryrefslogtreecommitdiffstats
path: root/tests/pipelinebenchmark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/pipelinebenchmark.cpp')
-rw-r--r--tests/pipelinebenchmark.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/pipelinebenchmark.cpp b/tests/pipelinebenchmark.cpp
index 341c733..7052c4c 100644
--- a/tests/pipelinebenchmark.cpp
+++ b/tests/pipelinebenchmark.cpp
@@ -61,7 +61,7 @@ class PipelineBenchmark : public QObject
61 { 61 {
62 TestResource::removeFromDisk(resourceIdentifier); 62 TestResource::removeFromDisk(resourceIdentifier);
63 63
64 auto pipeline = QSharedPointer<Sink::Pipeline>::create(Sink::ResourceContext{resourceIdentifier, "test"}); 64 auto pipeline = QSharedPointer<Sink::Pipeline>::create(Sink::ResourceContext{resourceIdentifier, "test"}, "test");
65 pipeline->setPreprocessors("mail", preprocessors); 65 pipeline->setPreprocessors("mail", preprocessors);
66 66
67 QTime time; 67 QTime time;