aboutsummaryrefslogtreecommitdiffstats
path: root/resources
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 16:27:07 +0200
commit601d8e63eed1d7db19a001923298b6fe209787b0 (patch)
tree58d0e8f6fba1c5847a0c71876f1719b4006e8a3a /resources
parent71e61ec941914c658dba7442cb828b8479b90b83 (diff)
Report - fix generation of performance improvements
Change-Id: I93ef628f7abb82b880a02a5deddc36e626389e04 Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources')
-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