aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorTibor Frank <tifrank@cisco.com>2017-07-24 16:27:07 +0200
committerTibor Frank <tifrank@cisco.com>2017-07-24 14:29:01 +0000
commit1c1572016f0c7d48269af4e01fd43c2a64d56fee (patch)
treed84363168fc6c72ded84b45d362a1c2e8caebe01
parent97a36a5e2097c786af0fbe982e21f68e8c8440d1 (diff)
Report - fix generation of performance improvements
Change-Id: I93ef628f7abb82b880a02a5deddc36e626389e04 Signed-off-by: Tibor Frank <tifrank@cisco.com> (cherry picked from commit 601d8e63eed1d7db19a001923298b6fe209787b0)
-rwxr-xr-xresources/tools/report_gen/run_report.sh2
1 files changed, 1 insertions, 1 deletions
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