diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-25 17:05:16 +0100 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2015-10-25 17:05:16 +0100 |
commit | 86987a0c6b0d9e1aa4216c5268b83a44e0bae9a4 (patch) | |
tree | e3baa487eda04d23d84077476105c2202762ca9a /tests/storagebenchmark.cpp | |
parent | 9cdb03ed685901b477db46be98b6e272c299b821 (diff) | |
download | sink-86987a0c6b0d9e1aa4216c5268b83a44e0bae9a4.tar.gz sink-86987a0c6b0d9e1aa4216c5268b83a44e0bae9a4.zip |
Comments for the benchmarks
Diffstat (limited to 'tests/storagebenchmark.cpp')
-rw-r--r-- | tests/storagebenchmark.cpp | 3 |
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 | */ | ||
41 | class StorageBenchmark : public QObject | 44 | class StorageBenchmark : public QObject |
42 | { | 45 | { |
43 | Q_OBJECT | 46 | Q_OBJECT |