milvus/tests/benchmark/scheduler/default_config.json
Cai Yudong 84110d2684 Add tests/benchmark and tests/python_test using new python SDK
Signed-off-by: Cai Yudong <yudong.cai@zilliz.com>
2021-02-25 17:35:36 +08:00

53 lines
1.3 KiB
JSON

[
{
"server": "apollo",
"suite_params": [
{
"suite": "cpu_accuracy_ann.yaml",
"image_type": "cpu"
}
]
},
{
"server": "poseidon",
"suite_params": [
{
"suite": "gpu_search_performance.yaml",
"image_type": "gpu"
},
{
"suite": "cpu_search_performance.yaml",
"image_type": "cpu"
},
{
"suite": "insert_performance.yaml",
"image_type": "gpu"
},
{
"suite": "gpu_accuracy.yaml",
"image_type": "gpu"
}
]
},
{
"server": "eros",
"suite_params": [
{
"suite": "gpu_accuracy_ann.yaml",
"image_type": "gpu"
},
{
"suite": "gpu_search_stability.yaml",
"image_type": "gpu"
},
{
"suite": "gpu_build_performance.yaml",
"image_type": "gpu"
},
{
"suite": "cpu_build_performance.yaml",
"image_type": "cpu"
}
]
}
]