aboutsummaryrefslogtreecommitdiffstats
path: root/vsperf
diff options
context:
space:
mode:
authoropensource-tnbt <sridhar.rao@spirent.com>2020-11-26 13:25:58 +0530
committeropensource-tnbt <sridhar.rao@spirent.com>2020-11-26 13:44:57 +0530
commit54995886ec5135bca580cb81a3ed8fd2eb4bae3a (patch)
treea2675ca2fd3d9b45db3670f769a0ce08a53e7374 /vsperf
parent98aabed6af312e621b3474308e40524aeda3951b (diff)
PythonPackages: Update Package versions.
This patch updates python package requests. It also avoids unnecessary dumping from matplotlib Signed-off-by: Sridhar K. N. Rao <sridhar.rao@spirent.com> Change-Id: Idf63747dc52380c015e49d042362d0b736bca25c
Diffstat (limited to 'vsperf')
-rwxr-xr-xvsperf1
1 files changed, 1 insertions, 0 deletions
diff --git a/vsperf b/vsperf
index 51612da2..773ad759 100755
--- a/vsperf
+++ b/vsperf
@@ -70,6 +70,7 @@ _TEMPLATE_MATRIX = "Performance Matrix\n------------------\n\n"\
"currently run tests. The metric used for comparison is {}.\n\n{}\n\n"
_LOGGER = logging.getLogger()
+logging.getLogger('matplotlib').setLevel(logging.ERROR)
def parse_param_string(values):
"""