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/dummyresourcebenchmark.cpp | |
parent | 9cdb03ed685901b477db46be98b6e272c299b821 (diff) | |
download | sink-86987a0c6b0d9e1aa4216c5268b83a44e0bae9a4.tar.gz sink-86987a0c6b0d9e1aa4216c5268b83a44e0bae9a4.zip |
Comments for the benchmarks
Diffstat (limited to 'tests/dummyresourcebenchmark.cpp')
-rw-r--r-- | tests/dummyresourcebenchmark.cpp | 3 |
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 | */ | ||
21 | class DummyResourceBenchmark : public QObject | 24 | class DummyResourceBenchmark : public QObject |
22 | { | 25 | { |
23 | Q_OBJECT | 26 | Q_OBJECT |