diff options
author | Tibor Frank <tifrank@cisco.com> | 2017-07-24 16:27:07 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2017-07-24 14:29:01 +0000 |
commit | 1c1572016f0c7d48269af4e01fd43c2a64d56fee (patch) | |
tree | d84363168fc6c72ded84b45d362a1c2e8caebe01 | |
parent | 97a36a5e2097c786af0fbe982e21f68e8c8440d1 (diff) |
Report - fix generation of performance improvements
Change-Id: I93ef628f7abb82b880a02a5deddc36e626389e04
Signed-off-by: Tibor Frank <tifrank@cisco.com>
(cherry picked from commit 601d8e63eed1d7db19a001923298b6fe209787b0)
-rwxr-xr-x | resources/tools/report_gen/run_report.sh | 2 |
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 |