diff options
author | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-10-17 12:40:03 +0200 |
---|---|---|
committer | Christian Mollekopf <chrigi_1@fastmail.fm> | 2017-10-17 12:40:37 +0200 |
commit | dcfc70808ab9680a8caed6ff0fb98f978fbbef97 (patch) | |
tree | a09c75b0686dcd4a590386f195f24bb5a0893aba /tests/hawd/modules/json.cpp | |
parent | 422c12d85d3eca55eca6f23c140910150a5fd166 (diff) | |
download | sink-dcfc70808ab9680a8caed6ff0fb98f978fbbef97.tar.gz sink-dcfc70808ab9680a8caed6ff0fb98f978fbbef97.zip |
Split up dummyresourcewritebenchmark into datasets that we want to
display.
Diffstat (limited to 'tests/hawd/modules/json.cpp')
-rw-r--r-- | tests/hawd/modules/json.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/hawd/modules/json.cpp b/tests/hawd/modules/json.cpp index d299761..092c977 100644 --- a/tests/hawd/modules/json.cpp +++ b/tests/hawd/modules/json.cpp | |||
@@ -63,6 +63,7 @@ bool Json::toJson(const QStringList &commands, State &state) | |||
63 | 63 | ||
64 | QJsonObject json; | 64 | QJsonObject json; |
65 | json.insert("dataset", datasetName); | 65 | json.insert("dataset", datasetName); |
66 | json.insert("name", definition.name()); | ||
66 | json.insert("description", definition.description()); | 67 | json.insert("description", definition.description()); |
67 | 68 | ||
68 | const auto columns = definition.columns(); | 69 | const auto columns = definition.columns(); |