run in __main__
This commit is contained in:
@@ -86,6 +86,7 @@ def run_simulation(n_servers=2, lam=40):
|
||||
}
|
||||
|
||||
|
||||
if __name__=="__main__":
|
||||
with ProcessPoolExecutor(max_workers=4) as executor:
|
||||
n_servers = [n + 1 for n in range(10)]
|
||||
lam = [(n + 1) * 4 for n in range(10)]
|
||||
|
||||
Reference in New Issue
Block a user