summaryrefslogtreecommitdiffstats
path: root/tests/storagebenchmark.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/storagebenchmark.cpp')
-rw-r--r--tests/storagebenchmark.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/storagebenchmark.cpp b/tests/storagebenchmark.cpp
index 81fd997..3e7b609 100644
--- a/tests/storagebenchmark.cpp
+++ b/tests/storagebenchmark.cpp
@@ -38,6 +38,9 @@ static QByteArray createEvent()
38 return QByteArray::fromRawData(reinterpret_cast<const char *>(fbb.GetBufferPointer()), fbb.GetSize()); 38 return QByteArray::fromRawData(reinterpret_cast<const char *>(fbb.GetBufferPointer()), fbb.GetSize());
39} 39}
40 40
41/**
42 * Benchmark the storage implementation.
43 */
41class StorageBenchmark : public QObject 44class StorageBenchmark : public QObject
42{ 45{
43 Q_OBJECT 46 Q_OBJECT