update api for start_ray_local (#174)

This commit is contained in:
Robert Nishihara
2016-06-27 11:57:22 -07:00
committed by Philipp Moritz
parent 902cac3089
commit fb6c74ecab
10 changed files with 76 additions and 71 deletions
+1 -1
View File
@@ -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 = []