From 78e4fd3062e59e1e6d75ed49982f30f9a5d14ad4 Mon Sep 17 00:00:00 2001 From: drebs Date: Thu, 13 Jul 2017 12:57:16 -0300 Subject: [elastic] add support for date ranges --- elastic/templates/dashboard-per-test.mustache | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'elastic/templates') diff --git a/elastic/templates/dashboard-per-test.mustache b/elastic/templates/dashboard-per-test.mustache index a397546..c2f8f3f 100644 --- a/elastic/templates/dashboard-per-test.mustache +++ b/elastic/templates/dashboard-per-test.mustache @@ -1,8 +1,8 @@ { - "title": "Benchmarks for {{{test_name}}}", + "title": "Benchmarks for {{{test_name}}} ({{{range_modifier}}})", "hits": 0, "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}]", + "panelsJSON": "[{\"col\":1,\"id\":\"{{{test_name}}}_time{{{range_modifier}}}\",\"panelIndex\":1,\"row\":1,\"size_x\":6,\"size_y\":3,\"type\":\"visualization\"},{\"col\":1,\"id\":\"{{{test_name}}}_cpu{{{range_modifier}}}\",\"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{{{range_modifier}}}\",\"col\":7,\"row\":1}]", "optionsJSON": "{\"darkTheme\":true}", "uiStateJSON": "{}", "version": 1, -- cgit v1.2.3