diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-11 15:41:20 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-04-11 15:41:20 +0200 |
commit | 5bf7ded65ef517fac6b088342d195392bc09be4c (patch) | |
tree | 793eac32ddc018a3d2bb42cb088f4c919f22e0ed /tests/mailquerybenchmark.cpp | |
parent | f6c3c144e60611d2da7ba7aa5b115affe92a57a4 (diff) | |
download | sink-5bf7ded65ef517fac6b088342d195392bc09be4c.tar.gz sink-5bf7ded65ef517fac6b088342d195392bc09be4c.zip |
Moved all preprocessing back into the pipeline
Diffstat (limited to 'tests/mailquerybenchmark.cpp')
-rw-r--r-- | tests/mailquerybenchmark.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/mailquerybenchmark.cpp b/tests/mailquerybenchmark.cpp index 3ecfa19..b15c8d6 100644 --- a/tests/mailquerybenchmark.cpp +++ b/tests/mailquerybenchmark.cpp | |||
@@ -72,7 +72,7 @@ class MailQueryBenchmark : public QObject | |||
72 | domainObject.setFolder(QByteArray("folder") + QByteArray::number(i - (i % folderSpreadFactor))); | 72 | domainObject.setFolder(QByteArray("folder") + QByteArray::number(i - (i % folderSpreadFactor))); |
73 | } | 73 | } |
74 | 74 | ||
75 | entityStore.add("mail", domainObject, false, [] (const Mail &) {}); | 75 | entityStore.add("mail", domainObject, false); |
76 | } | 76 | } |
77 | 77 | ||
78 | entityStore.commitTransaction(); | 78 | entityStore.commitTransaction(); |