Skip to content

Commit

Permalink
use larger target qps
Browse files Browse the repository at this point in the history
  • Loading branch information
cblmemo committed Apr 2, 2024
1 parent 1037459 commit d9bb2c5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion tests/skyserve/spot/base_ondemand_fallback.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ service:
min_replicas: 2
max_replicas: 3
base_ondemand_fallback_replicas: 1
target_qps_per_replica: 1
target_qps_per_replica: 1000

resources:
ports: 8080
Expand Down
2 changes: 1 addition & 1 deletion tests/skyserve/spot/dynamic_ondemand_fallback.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ service:
min_replicas: 2
max_replicas: 3
dynamic_ondemand_fallback: true
target_qps_per_replica: 1
target_qps_per_replica: 1000

resources:
ports: 8080
Expand Down

0 comments on commit d9bb2c5

Please sign in to comment.