Skip to content

Commit

Permalink
updated
Browse files Browse the repository at this point in the history
  • Loading branch information
jfuruness committed Oct 19, 2024
1 parent 882844a commit 4f3c3e7
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bgpy/__main__.py
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ def main():
ScenarioConfig(ScenarioCls=SubprefixHijack, AdoptPolicyCls=ROV),
),
output_dir=Path("~/Desktop/main_ex").expanduser(),
num_trials=20,
parse_cpus=1,
num_trials=10,
parse_cpus=10,
)
sim.run(GraphFactoryCls=None)
sim.run()


if __name__ == "__main__":
Expand Down

0 comments on commit 4f3c3e7

Please sign in to comment.