Add script for running stress tests.#3378
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.
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: