mirror of
https://github.com/wassname/ray.git
synced 2026-09-11 12:43:20 +08:00
update api for start_ray_local (#174)
This commit is contained in:
committed by
Philipp Moritz
parent
902cac3089
commit
fb6c74ecab
@@ -11,7 +11,7 @@ class MicroBenchmarkTest(unittest.TestCase):
|
||||
|
||||
def testTiming(self):
|
||||
worker_path = os.path.join(os.path.dirname(os.path.abspath(__file__)), "test_worker.py")
|
||||
services.start_singlenode_cluster(return_drivers=False, num_workers_per_objstore=3, worker_path=worker_path)
|
||||
services.start_ray_local(num_workers=3, worker_path=worker_path)
|
||||
|
||||
# measure the time required to submit a remote task to the scheduler
|
||||
elapsed_times = []
|
||||
|
||||
Reference in New Issue
Block a user