mirror of
https://github.com/wassname/ray.git
synced 2026-06-28 11:21:15 +08:00
Release 0.7.5 updates (#5727)
This commit is contained in:
@@ -758,6 +758,12 @@ done
|
||||
subprocess.call(COMMAND, shell=True)
|
||||
|
||||
|
||||
@cli.command()
|
||||
def microbenchmark():
|
||||
from ray.ray_perf import main
|
||||
main()
|
||||
|
||||
|
||||
@cli.command()
|
||||
@click.option(
|
||||
"--redis-address",
|
||||
@@ -791,6 +797,7 @@ cli.add_command(teardown, name="down")
|
||||
cli.add_command(kill_random_node)
|
||||
cli.add_command(get_head_ip, name="get_head_ip")
|
||||
cli.add_command(get_worker_ips)
|
||||
cli.add_command(microbenchmark)
|
||||
cli.add_command(stack)
|
||||
cli.add_command(timeline)
|
||||
cli.add_command(project_cli)
|
||||
|
||||
Reference in New Issue
Block a user