mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 12:28:10 +08:00
Microbenchmark for inter-node object transfer (#6098)
This commit is contained in:
committed by
Philipp Moritz
parent
e8cce3fdd4
commit
30e2b6b91b
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user