ray-project / kuberay

A toolkit to run Ray applications on Kubernetes
Apache License 2.0
1.16k stars 373 forks source link

add initial perf tests for 100 RayCluster and 100 RayJob #2102

Closed andrewsykim closed 5 months ago

andrewsykim commented 5 months ago

Why are these changes needed?

This PR introduces two initial (small scale) performance tests for KubeRay testing 100 RayClusters and 100 RayJobs. The scalability tests use clusterloader2, a Kubernetes load testing tool maintained by the Kubernetes project.

Related issue number

https://github.com/ray-project/kuberay/issues/2069

Checks