[Release] change replica to 100 to collect signals now (#17214)

Co-authored-by: Jiao Dong <jiaodong@anyscale.com>
This commit is contained in:
Jiao 2021-07-20 12:27:56 -07:00 committed by GitHub
parent db510f317a
commit 7473f663ef
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -33,7 +33,10 @@ from typing import Optional
DEFAULT_SMOKE_TEST_NUM_REPLICA = 8
DEFAULT_SMOKE_TEST_NUM_TRIALS = 1
DEFAULT_FULL_TEST_NUM_REPLICA = 1000
# TODO:(jiaodong) We should investigate and change this back to 1k
# for now, we won't get valid latency numbers from wrk at 1k replica
# likely due to request timeout.
DEFAULT_FULL_TEST_NUM_REPLICA = 100
DEFAULT_FULL_TEST_NUM_TRIALS = 10
# Cluster setup configs