Microbenchmark for inter-node object transfer (#6098)

This commit is contained in:
Danyang Zhuo
2019-11-15 21:39:06 -08:00
committed by Philipp Moritz
parent e8cce3fdd4
commit 30e2b6b91b
2 changed files with 53 additions and 0 deletions
+6
View File
@@ -788,6 +788,12 @@ def microbenchmark():
main()
@cli.command()
def clusterbenchmark():
from ray.ray_cluster_perf import main
main()
@cli.command()
@click.option(
"--redis-address",