From e1b9588d8d6bd2239befe252f138837076614d0e Mon Sep 17 00:00:00 2001 From: drebs Date: Mon, 10 Jul 2017 07:28:41 -0300 Subject: [elastic] separate cpu and memory graphs --- elastic/templates/dashboard-per-test.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'elastic/templates/dashboard-per-test.mustache') diff --git a/elastic/templates/dashboard-per-test.mustache b/elastic/templates/dashboard-per-test.mustache index d9b8b52..a397546 100644 --- a/elastic/templates/dashboard-per-test.mustache +++ b/elastic/templates/dashboard-per-test.mustache @@ -1,8 +1,8 @@ { "title": "Benchmarks for {{{test_name}}}", "hits": 0, - "description": "All Soledad benchmak tests run on Weasel", - "panelsJSON": "[{\"size_x\":6,\"size_y\":3,\"panelIndex\":1,\"type\":\"visualization\",\"id\":\"{{{test_name}}}_time\",\"col\":1,\"row\":1},{\"size_x\":6,\"size_y\":3,\"panelIndex\":2,\"type\":\"visualization\",\"id\":\"{{{test_name}}}_resources\",\"col\":7,\"row\":1}]", + "description": "Per-test benchmarks for {{{test_name}}}", + "panelsJSON": "[{\"col\":1,\"id\":\"{{{test_name}}}_time\",\"panelIndex\":1,\"row\":1,\"size_x\":6,\"size_y\":3,\"type\":\"visualization\"},{\"col\":1,\"id\":\"{{{test_name}}}_cpu\",\"panelIndex\":3,\"row\":4,\"size_x\":6,\"size_y\":3,\"type\":\"visualization\"},{\"size_x\":6,\"size_y\":3,\"panelIndex\":4,\"type\":\"visualization\",\"id\":\"{{{test_name}}}_memory\",\"col\":7,\"row\":1}]", "optionsJSON": "{\"darkTheme\":true}", "uiStateJSON": "{}", "version": 1, -- cgit v1.2.3