From 1c1572016f0c7d48269af4e01fd43c2a64d56fee Mon Sep 17 00:00:00 2001 From: Tibor Frank Date: Mon, 24 Jul 2017 16:27:07 +0200 Subject: Report - fix generation of performance improvements Change-Id: I93ef628f7abb82b880a02a5deddc36e626389e04 Signed-off-by: Tibor Frank (cherry picked from commit 601d8e63eed1d7db19a001923298b6fe209787b0) --- resources/tools/report_gen/run_report.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg