2021-07-20 08:56:29 -07:00
|
|
|
- name: single_deployment_1k_noop_replica
|
|
|
|
cluster:
|
|
|
|
app_config: app_config.yaml
|
|
|
|
compute_template: compute_tpl_8_cpu.yaml
|
|
|
|
|
|
|
|
run:
|
2021-07-27 08:46:45 -07:00
|
|
|
timeout: 7200
|
2021-07-20 08:56:29 -07:00
|
|
|
long_running: False
|
2021-07-27 08:46:45 -07:00
|
|
|
script: python workloads/single_deployment_1k_noop_replica.py
|
2021-08-11 15:15:33 -07:00
|
|
|
|
2021-07-27 08:46:45 -07:00
|
|
|
smoke_test:
|
|
|
|
timeout: 600
|
|
|
|
|
|
|
|
- name: multi_deployment_1k_noop_replica
|
|
|
|
cluster:
|
|
|
|
app_config: app_config.yaml
|
|
|
|
compute_template: compute_tpl_8_cpu.yaml
|
|
|
|
|
|
|
|
run:
|
|
|
|
timeout: 7200
|
|
|
|
long_running: False
|
|
|
|
script: python workloads/multi_deployment_1k_noop_replica.py
|
2021-08-11 15:15:33 -07:00
|
|
|
|
|
|
|
smoke_test:
|
|
|
|
timeout: 600
|
|
|
|
|
|
|
|
- name: serve_micro_benchmark
|
|
|
|
cluster:
|
|
|
|
app_config: app_config.yaml
|
2021-10-11 18:33:20 -07:00
|
|
|
# 16 CPUS
|
2021-08-11 15:15:33 -07:00
|
|
|
compute_template: compute_tpl_single_node.yaml
|
|
|
|
|
|
|
|
run:
|
|
|
|
timeout: 7200
|
|
|
|
long_running: False
|
|
|
|
script: python workloads/serve_micro_benchmark.py
|
|
|
|
|
2021-10-11 18:33:20 -07:00
|
|
|
smoke_test:
|
|
|
|
timeout: 600
|
|
|
|
|
|
|
|
- name: serve_cluster_fault_tolerance
|
|
|
|
cluster:
|
|
|
|
app_config: app_config.yaml
|
|
|
|
# 16 CPUS
|
|
|
|
compute_template: compute_tpl_single_node.yaml
|
|
|
|
|
|
|
|
run:
|
|
|
|
timeout: 7200
|
|
|
|
long_running: False
|
|
|
|
script: python workloads/serve_cluster_fault_tolerance.py
|
|
|
|
|
2021-07-20 08:56:29 -07:00
|
|
|
smoke_test:
|
|
|
|
timeout: 600
|