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

Implement --timeout when running benchmarks #205

Merged
merged 6 commits into from
Sep 26, 2024
Merged

Commits on Sep 24, 2024

  1. Implement --timeout when running benchmarks

    If the benchmark execution is exceeding the timeout execution, pyperf
    exits with an error 124. This error can be caught by pyperformance or
    other tool and report it back to the user.
    diegorusso committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0293c7d View commit details
    Browse the repository at this point in the history
  2. Address Victor's comments.

    diegorusso committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    4e892b4 View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2024

  1. Address further comments.

    diegorusso committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    fdd3ce1 View commit details
    Browse the repository at this point in the history
  2. Set maxDiff = None

    diegorusso committed Sep 25, 2024
    Configuration menu
    Copy the full SHA
    6f49f86 View commit details
    Browse the repository at this point in the history

Commits on Sep 26, 2024

  1. Fix test on Windows

    diegorusso committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    876783d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e202dd View commit details
    Browse the repository at this point in the history