From: Tibor Frank Date: Mon, 24 Jul 2017 14:27:07 +0000 (+0200) Subject: Report - fix generation of performance improvements X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=commitdiff_plain;h=601d8e63eed1d7db19a001923298b6fe209787b0 Report - fix generation of performance improvements Change-Id: I93ef628f7abb82b880a02a5deddc36e626389e04 Signed-off-by: Tibor Frank --- diff --git a/resources/tools/report_gen/run_report.sh b/resources/tools/report_gen/run_report.sh index c867d35bea..b2db731c09 100755 --- a/resources/tools/report_gen/run_report.sh +++ b/resources/tools/report_gen/run_report.sh @@ -198,7 +198,7 @@ fi # Generate tables for performance improvements if [[ ${DEBUG} -eq 0 ]] ; then - ./run_improvments_tables.py \ + python run_improvments_tables.py \ --input ${DIR[DTR,PERF,VPP,IMPRV]} \ --output ${DIR[DTR,PERF,VPP,IMPRV]} fi