milvus/tests/milvus_benchmark/scheduler/default_config.json
zw e5b193a0d4 update server_version && update cases
Signed-off-by: zw <zw@milvus.io>
2020-05-11 10:00:18 +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"
}
]
}
]