File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Copyright 2020-2025 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+ # Copyright 2020-2026 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33#
44# Redistribution and use in source and binary forms, with or without
55# modification, are permitted provided that the following conditions
4242export CUDA_VISIBLE_DEVICES=0
4343
4444# Clients
45- pip3 install perf_analyzer
4645PERF_ANALYZER=perf_analyzer
4746IMAGE=../images/vulture.jpeg
4847
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Copyright (c) 2021-2025 , NVIDIA CORPORATION. All rights reserved.
2+ # Copyright (c) 2021-2026 , NVIDIA CORPORATION. All rights reserved.
33#
44# Redistribution and use in source and binary forms, with or without
55# modification, are permitted provided that the following conditions
@@ -45,7 +45,6 @@ CLIENT_LOG="./client.log"
4545TEST_SCRIPT_PY=passive_instance_test.py
4646EXPECTED_NUM_TESTS=" 1"
4747
48- pip3 install perf_analyzer
4948PERF_ANALYZER=perf_analyzer
5049MODEL=distributed_int32_int32_int32
5150
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Copyright 2019-2025 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+ # Copyright 2019-2026 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33#
44# Redistribution and use in source and binary forms, with or without
55# modification, are permitted provided that the following conditions
@@ -29,8 +29,6 @@ STATIC_BATCH_SIZES=${STATIC_BATCH_SIZES:=1}
2929DYNAMIC_BATCH_SIZES=${DYNAMIC_BATCH_SIZES:= 1}
3030INSTANCE_COUNTS=${INSTANCE_COUNTS:= 1}
3131
32- pip3 install perf_analyzer
33-
3432PERF_CLIENT=perf_analyzer
3533REPORTER=../common/reporter.py
3634
Original file line number Diff line number Diff line change @@ -52,7 +52,6 @@ MODEL_REPO="${PWD}/models"
5252PERF_CLIENT=perf_analyzer
5353SERVER_ARGS=" --model-repository=${MODEL_REPO} --backend-directory=${BACKEND_DIR} "
5454source ../common/util.sh
55- pip3 install perf_analyzer
5655
5756# DATADIR is already set in environment variable for aarch64
5857if [ " $ARCH " != " aarch64" ]; then
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Copyright 2019-2025 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+ # Copyright 2019-2026 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33#
44# Redistribution and use in source and binary forms, with or without
55# modification, are permitted provided that the following conditions
@@ -53,8 +53,6 @@ rm -fr models && mkdir -p models && \
5353 sed -i " s/^max_batch_size:.*/max_batch_size: ${MAX_BATCH} /" config.pbtxt && \
5454 echo " instance_group [ { count: ${INSTANCE_CNT} }]" )
5555
56- pip3 install perf_analyzer
57-
5856MEASUREMENT_WINDOW=5000
5957PERF_CLIENT=perf_analyzer
6058# Onnx and onnx-trt models are very slow on Jetson.
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Copyright (c) 2019-2025 , NVIDIA CORPORATION. All rights reserved.
2+ # Copyright (c) 2019-2026 , NVIDIA CORPORATION. All rights reserved.
33#
44# Redistribution and use in source and binary forms, with or without
55# modification, are permitted provided that the following conditions
@@ -38,8 +38,6 @@ if [ ! -z "$TEST_REPO_ARCH" ]; then
3838 REPO_VERSION=${REPO_VERSION} _${TEST_REPO_ARCH}
3939fi
4040
41- pip3 install perf_analyzer
42-
4341# Use "--request-count" throughout the test to PA stability criteria and
4442# reduce flaky failures from PA unstable measurements.
4543REQUEST_COUNT=10
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Copyright 2022-2025 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+ # Copyright 2022-2026 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33#
44# Redistribution and use in source and binary forms, with or without
55# modification, are permitted provided that the following conditions
@@ -426,8 +426,6 @@ if [ "$SERVER_PID" == "0" ]; then
426426 exit 1
427427fi
428428
429- pip3 install perf_analyzer
430-
431429TEMP_RET=0
432430REPETITION=10
433431CONCURRENCY=20
Original file line number Diff line number Diff line change 11#! /bin/bash
2- # Copyright 2019-2025 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
2+ # Copyright 2019-2026 , NVIDIA CORPORATION & AFFILIATES. All rights reserved.
33#
44# Redistribution and use in source and binary forms, with or without
55# modification, are permitted provided that the following conditions
4141TEST_RESULT_FILE=' test_results.txt'
4242export CUDA_VISIBLE_DEVICES=0
4343
44- pip3 install perf_analyzer
45-
4644CLIENT_LOG=" ./client.log"
4745PERF_CLIENT=perf_analyzer
4846TRT_OP_TEST=trt_dynamic_shape_test.py
You can’t perform that action at this time.
0 commit comments