Skip to content

Commit

Permalink
Update default test run from 10 to 3 (#1275)
Browse files Browse the repository at this point in the history
Signed-off-by: Heemin Kim <[email protected]>
  • Loading branch information
heemin32 authored Oct 24, 2023
1 parent 318cf48 commit 357490e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions benchmarks/perf-tool/release-configs/run_all_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ set -e
# ./run-test.sh \
# --endpoint <your endpoint>
# --port 80 \
# --num-runs 10 \
# --num-runs 3 \
# --outputs ~/outputs

while [ "$1" != "" ]; do
Expand Down Expand Up @@ -48,7 +48,7 @@ if [ ! -n "$PORT" ]; then
fi

if [ ! -n "$NUM_RUNS" ]; then
NUM_RUNS=10
NUM_RUNS=3
echo "--num-runs is not specified. Using default values $NUM_RUNS"
fi

Expand Down

0 comments on commit 357490e

Please sign in to comment.