summaryrefslogtreecommitdiff
path: root/elastic/templates/dashboard-per-test.mustache
diff options
context:
space:
mode:
authordrebs <drebs@riseup.net>2017-07-13 12:57:16 -0300
committerdrebs <drebs@riseup.net>2017-07-13 12:57:16 -0300
commit78e4fd3062e59e1e6d75ed49982f30f9a5d14ad4 (patch)
tree193bf6314868615b6a22f5cccdde76d6423f98e0 /elastic/templates/dashboard-per-test.mustache
parent76090081ec1cc1d785150e8d15cb8a0397b0c590 (diff)
[elastic] add support for date ranges
Diffstat (limited to 'elastic/templates/dashboard-per-test.mustache')
-rw-r--r--elastic/templates/dashboard-per-test.mustache4
1 files changed, 2 insertions, 2 deletions
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,