diff options
author | Tibor Frank <tifrank@cisco.com> | 2019-05-15 13:37:39 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2019-05-15 13:42:12 +0200 |
commit | c69a9c629cdc4a8021fd048922826af907e13a05 (patch) | |
tree | 9dc814c3d92bb12e218e14b5cf52d540320eaa3a /resources/tools/presentation/generator_plots.py | |
parent | d6756e397a108f971622890b5132cc29ff9e5f65 (diff) |
CSIT-1504: Soak tests - graph
Change-Id: I1e39a995565cbda2184378268e2da2b465b147cd
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/generator_plots.py')
-rw-r--r-- | resources/tools/presentation/generator_plots.py | 2 |
1 files changed, 1 insertions, 1 deletions
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 |