Commit 4780f54a authored by Hejing Li's avatar Hejing Li
Browse files

add homa bigger scale experiment

parent 35fcd5b7
# Copyright 2021 Max Planck Institute for Software Systems, and
# Copyright 2024 Max Planck Institute for Software Systems, and
# National University of Singapore
#
# Permission is hereby granted, free of charge, to any person obtaining
......@@ -37,7 +37,7 @@ experiments = []
# be filtered later.
for host_type in host_types:
for net_type in net_types:
for n in num_node:
for n in num_node:
e = exp.Experiment(
'homa-' + host_type + '-' + net_type + f'-{n}'
)
......
......@@ -535,6 +535,7 @@ class HomaServerNode(AppConfig):
# cmd.append('cat /root/homa/util/server.tt')
return cmd
class IdleHost(AppConfig):
def run_cmds(self, node: NodeConfig) -> tp.List[str]:
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment