From c69a9c629cdc4a8021fd048922826af907e13a05 Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Wed, 15 May 2019 13:37:39 +0200 Subject: CSIT-1504: Soak tests - graph Change-Id: I1e39a995565cbda2184378268e2da2b465b147cd Signed-off-by: Tibor Frank --- resources/tools/presentation/generator_plots.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'resources/tools/presentation/generator_plots.py') diff --git a/resources/tools/presentation/generator_plots.py b/resources/tools/presentation/generator_plots.py index 97f813d848..7c8a9f8628 100644 --- a/resources/tools/presentation/generator_plots.py +++ b/resources/tools/presentation/generator_plots.py @@ -170,7 +170,7 @@ def plot_performance_box(plot, input_data): logging.error(repr(err)) continue if val_max: - y_max.append(int(val_max / 1000000) + 1) + y_max.append(int(val_max / 1000000) + 2) try: # Create plot -- cgit 1.2.3-korg