summaryrefslogtreecommitdiffstats
path: root/tests/dummyresourcebenchmark.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/dummyresourcebenchmark.cpp
parent9cdb03ed685901b477db46be98b6e272c299b821 (diff)
downloadsink-86987a0c6b0d9e1aa4216c5268b83a44e0bae9a4.tar.gz
sink-86987a0c6b0d9e1aa4216c5268b83a44e0bae9a4.zip
Comments for the benchmarks
Diffstat (limited to 'tests/dummyresourcebenchmark.cpp')
-rw-r--r--tests/dummyresourcebenchmark.cpp3
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/dummyresourcebenchmark.cpp b/tests/dummyresourcebenchmark.cpp
index 370acd2..242ac76 100644
--- a/tests/dummyresourcebenchmark.cpp
+++ b/tests/dummyresourcebenchmark.cpp
@@ -18,6 +18,9 @@
18 18
19#include <iostream> 19#include <iostream>
20 20
21/**
22 * Benchmark full system with the dummy resource implementation.
23 */
21class DummyResourceBenchmark : public QObject 24class DummyResourceBenchmark : public QObject
22{ 25{
23 Q_OBJECT 26 Q_OBJECT