X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Freport_gen%2Frun_report.sh;h=68a022d59e845fe128ab99150fd7184bf5a14f70;hp=c867d35bea49ee7ee79a3d98ceeb044537ed6b5d;hb=267795011019bb2ee9df3c0e568d54aa2281908d;hpb=71e61ec941914c658dba7442cb828b8479b90b83 diff --git a/resources/tools/report_gen/run_report.sh b/resources/tools/report_gen/run_report.sh index c867d35bea..68a022d59e 100755 --- a/resources/tools/report_gen/run_report.sh +++ b/resources/tools/report_gen/run_report.sh @@ -161,7 +161,7 @@ then blds=${JOB[PERF,VPP,BLD]} for i in ${blds[@]}; do unzip -o ${DIR[STATIC,ARCH]}/${JOB[PERF,VPP]}-${i}.zip -d ${DIR[WORKING]}/ - ./run_robot_json_data.py \ + python run_robot_json_data.py \ --input ${DIR[WORKING]}/output.xml \ --output ${DIR[DTR,PERF,VPP,IMPRV]}/${JOB[PERF,VPP]}-${i}.json \ --vdevice ${i} @@ -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