diff options
author | Tibor Frank <tifrank@cisco.com> | 2021-08-03 07:40:23 +0200 |
---|---|---|
committer | Tibor Frank <tifrank@cisco.com> | 2021-08-03 07:40:23 +0200 |
commit | 7902281ee08456a4d90bb5829ba42da2c71a6379 (patch) | |
tree | 4beb70a74313cac4bfdace2ac3b12c867f7bd9f9 /resources/tools/presentation/run_report.sh | |
parent | 68f32506b32feddae4f9674a7a32cd3d0ea61fb7 (diff) |
Report: Configure 2106.31, fix latency
Change-Id: I6f9e3cc3b79be84acb6b5619016a9aa7d4296e02
Signed-off-by: Tibor Frank <tifrank@cisco.com>
Diffstat (limited to 'resources/tools/presentation/run_report.sh')
-rwxr-xr-x | resources/tools/presentation/run_report.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/resources/tools/presentation/run_report.sh b/resources/tools/presentation/run_report.sh index 81188e73ff..7c0776d7bd 100755 --- a/resources/tools/presentation/run_report.sh +++ b/resources/tools/presentation/run_report.sh @@ -32,7 +32,7 @@ export PYTHONPATH=`pwd`:`pwd`/../../../ python pal.py \ --specification specifications/report \ --release ${RELEASE} \ - --week "30" \ + --week "31" \ --logging INFO \ --force |