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/genericfacadebenchmark.cpp | |
parent | 9cdb03ed685901b477db46be98b6e272c299b821 (diff) | |
download | sink-86987a0c6b0d9e1aa4216c5268b83a44e0bae9a4.tar.gz sink-86987a0c6b0d9e1aa4216c5268b83a44e0bae9a4.zip |
Comments for the benchmarks
Diffstat (limited to 'tests/genericfacadebenchmark.cpp')
-rw-r--r-- | tests/genericfacadebenchmark.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/tests/genericfacadebenchmark.cpp b/tests/genericfacadebenchmark.cpp index 10aabd4..29c91d7 100644 --- a/tests/genericfacadebenchmark.cpp +++ b/tests/genericfacadebenchmark.cpp | |||
@@ -13,6 +13,9 @@ | |||
13 | 13 | ||
14 | 14 | ||
15 | 15 | ||
16 | /** | ||
17 | * Benchmark read performance of the generic facade implementation. | ||
18 | */ | ||
16 | class GenericFacadeBenchmark : public QObject | 19 | class GenericFacadeBenchmark : public QObject |
17 | { | 20 | { |
18 | Q_OBJECT | 21 | Q_OBJECT |