-
Notifications
You must be signed in to change notification settings - Fork 6.9k
Add script for running stress tests. #3378
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
cc @stephanie-wang @ericl @richardliaw there are no interesting tests here yet, but this is an outline of how we can do stress testing. |
|
Test FAILed. |
|
Test FAILed. |
|
|
||
| import ray | ||
|
|
||
| ray.init() |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This needs to be ray.init(redis_address="localhost:6379") in order to attach to the cluster.
|
Test FAILed. |
|
Test FAILed. |
4812fd7 to
d06a5ff
Compare
|
Test FAILed. |
|
Test FAILed. |
|
Test FAILed. |
This should make it possible to run stress tests just by doing
./test/stress_tests/run_stress_tests.sh.TODO before merging: