mirror of
https://github.com/vale981/ray
synced 2025-03-05 18:11:42 -05:00
[Release] change replica to 100 to collect signals now (#17214)
Co-authored-by: Jiao Dong <jiaodong@anyscale.com>
This commit is contained in:
parent
db510f317a
commit
7473f663ef
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue