move testrecv.py to test_worker.py

This commit is contained in:
Philipp Moritz
2016-06-06 11:05:04 -07:00
parent 9dfe7c625e
commit dd8067def8
4 changed files with 9 additions and 9 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ class MicroBenchmarkTest(unittest.TestCase):
def testTiming(self):
test_dir = os.path.dirname(os.path.abspath(__file__))
test_path = os.path.join(test_dir, "testrecv.py")
test_path = os.path.join(test_dir, "test_worker.py")
services.start_singlenode_cluster(return_drivers=False, num_workers_per_objstore=3, worker_path=test_path)
# measure the time required to submit a remote task to the scheduler