Report: Fix plots 29/30729/1
authorTibor Frank <tifrank@cisco.com>
Wed, 13 Jan 2021 15:18:03 +0000 (16:18 +0100)
committerTibor Frank <tifrank@cisco.com>
Wed, 13 Jan 2021 15:18:03 +0000 (16:18 +0100)
Change-Id: I70a7929400d7fba144a3669fc9d8aff003695f55
Signed-off-by: Tibor Frank <tifrank@cisco.com>
resources/tools/presentation/generator_plots.py

index 815f458..679fc3d 100644 (file)
@@ -77,7 +77,8 @@ def generate_plots(spec, data):
         u"plot_tsa_name": plot_tsa_name,
         u"plot_http_server_perf_box": plot_http_server_perf_box,
         u"plot_nf_heatmap": plot_nf_heatmap,
-        u"plot_hdrh_lat_by_percentile": plot_hdrh_lat_by_percentile
+        u"plot_hdrh_lat_by_percentile": plot_hdrh_lat_by_percentile,
+        u"plot_hdrh_lat_by_percentile_x_log": plot_hdrh_lat_by_percentile_x_log
     }
 
     logging.info(u"Generating the plots ...")