Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Adds debug arg to the CLI #71

Merged
merged 3 commits into from
Aug 24, 2023
Merged

Commits on Aug 18, 2023

  1. Merges both sets in Simulator::run

    Simplifies the JoinSet management to have a single global sets of tasks
    sr-gi committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    57ab3eb View commit details
    Browse the repository at this point in the history
  2. Adds a global timeout

    Total time can be set via cmd using `--total-time`. If no time is provided,
    the simulation is run forever
    sr-gi committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    6bf128b View commit details
    Browse the repository at this point in the history
  3. Adds basic debug flags

    Debug logs can be turned in using `--debug`.
    
    Also fixes pending logs
    sr-gi committed Aug 18, 2023
    Configuration menu
    Copy the full SHA
    dd699eb View commit details
    Browse the repository at this point in the history