From b92f07c2419ea484ced00d1556bf720adf61c282 Mon Sep 17 00:00:00 2001 From: drebs Date: Fri, 7 Jul 2017 18:53:26 -0300 Subject: [elastic] plot results for resources from weasel --- elastic/generate-config.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'elastic') diff --git a/elastic/generate-config.py b/elastic/generate-config.py index 45b7c35..ec1a5e9 100755 --- a/elastic/generate-config.py +++ b/elastic/generate-config.py @@ -8,7 +8,6 @@ import logging import os import pystache import requests -import sys URL='https://moose.leap.se:9200' @@ -50,7 +49,7 @@ def generate_visualizations(tests): graphs = [ ('time', 'Time taken by ', 'weasel', template_visState_time), - ('resources', 'Resources consumed by ', 'Beluga', template_visState_resources) + ('resources', 'Resources consumed by ', 'weasel', template_visState_resources) ] for test_name in tests: -- cgit v1.2.3