Report - fix generation of performance improvements
[csit.git] / resources / tools / report_gen / run_report.sh
index 2737373..b2db731 100755 (executable)
@@ -3,7 +3,7 @@
 set -x
 
 # Build locally without jenkins integrations
-DEBUG=1
+DEBUG=0
 
 # Script directory
 SCRIPT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )"
@@ -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