Report - fix generation of performance improvements 37/7737/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:27:07 +0000 (16:27 +0200)
Change-Id: I93ef628f7abb82b880a02a5deddc36e626389e04
Signed-off-by: Tibor Frank <tifrank@cisco.com>
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
 # 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
         --input ${DIR[DTR,PERF,VPP,IMPRV]} \
         --output ${DIR[DTR,PERF,VPP,IMPRV]}
 fi