Report - fix generation of performance improvements 38/7738/1
authorTibor Frank <tifrank@cisco.com>
Mon, 24 Jul 2017 14:27:07 +0000 (16:27 +0200)
committerTibor Frank <tifrank@cisco.com>
Mon, 24 Jul 2017 14:29:01 +0000 (14:29 +0000)
Change-Id: I93ef628f7abb82b880a02a5deddc36e626389e04
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit 601d8e63eed1d7db19a001923298b6fe209787b0)

resources/tools/report_gen/run_report.sh

index c867d35..b2db731 100755 (executable)
@@ -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