From dcfc70808ab9680a8caed6ff0fb98f978fbbef97 Mon Sep 17 00:00:00 2001 From: Christian Mollekopf Date: Tue, 17 Oct 2017 12:40:03 +0200 Subject: Split up dummyresourcewritebenchmark into datasets that we want to display. --- tests/hawd/modules/json.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'tests/hawd/modules/json.cpp') 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) QJsonObject json; json.insert("dataset", datasetName); + json.insert("name", definition.name()); json.insert("description", definition.description()); const auto columns = definition.columns(); -- cgit v1.2.3