summaryrefslogtreecommitdiffstats
path: root/tests/genericresourcebenchmark.cpp
diff options
context:
space:
mode:
authorChristian Mollekopf <chrigi_1@fastmail.fm>2015-10-25 17:05:16 +0100
committerChristian Mollekopf <chrigi_1@fastmail.fm>2015-10-25 17:05:16 +0100
commit86987a0c6b0d9e1aa4216c5268b83a44e0bae9a4 (patch)
treee3baa487eda04d23d84077476105c2202762ca9a /tests/genericresourcebenchmark.cpp
parent9cdb03ed685901b477db46be98b6e272c299b821 (diff)
downloadsink-86987a0c6b0d9e1aa4216c5268b83a44e0bae9a4.tar.gz
sink-86987a0c6b0d9e1aa4216c5268b83a44e0bae9a4.zip
Comments for the benchmarks
Diffstat (limited to 'tests/genericresourcebenchmark.cpp')
-rw-r--r--tests/genericresourcebenchmark.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/genericresourcebenchmark.cpp b/tests/genericresourcebenchmark.cpp
index 1776c81..b8635d7 100644
--- a/tests/genericresourcebenchmark.cpp
+++ b/tests/genericresourcebenchmark.cpp
@@ -60,6 +60,9 @@ static QByteArray createEntityBuffer()
60 return QByteArray(reinterpret_cast<const char *>(fbb.GetBufferPointer()), fbb.GetSize()); 60 return QByteArray(reinterpret_cast<const char *>(fbb.GetBufferPointer()), fbb.GetSize());
61} 61}
62 62
63/**
64 * Benchmark write performance of generic resource implementation including queues and pipeline.
65 */
63class GenericResourceBenchmark : public QObject 66class GenericResourceBenchmark : public QObject
64{ 67{
65 Q_OBJECT 68 Q_OBJECT