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

Implemented budgets #33

Merged
merged 15 commits into from
Dec 8, 2023
Merged

Commits on Dec 4, 2023

  1. Implemented time budget and free budget

    Durieux Pol committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    c68e2aa View commit details
    Browse the repository at this point in the history
  2. Protocol name fix

    Durieux Pol committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    58d524d View commit details
    Browse the repository at this point in the history
  3. decided to start the budget at the start of run rather than `genera…

    …teResults` (only relevant for time budget)
    Durieux Pol committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    3f91321 View commit details
    Browse the repository at this point in the history
  4. implemented tests for time budget

    Durieux Pol committed Dec 4, 2023
    Configuration menu
    Copy the full SHA
    d12fd89 View commit details
    Browse the repository at this point in the history

Commits on Dec 5, 2023

  1. Fixed the failing test

    Durieux Pol committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    e41563c View commit details
    Browse the repository at this point in the history
  2. removed unused test class

    Durieux Pol committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    4d5cba5 View commit details
    Browse the repository at this point in the history
  3. Added instance creation class methods

    Durieux Pol committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    c8b21b5 View commit details
    Browse the repository at this point in the history
  4. Attempt to solve CI

    Durieux Pol committed Dec 5, 2023
    Configuration menu
    Copy the full SHA
    9efb5c0 View commit details
    Browse the repository at this point in the history

Commits on Dec 6, 2023

  1. Tweaked time budget to be more precise

    Durieux Pol committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    d5a68f0 View commit details
    Browse the repository at this point in the history
  2. Reworked tests for time budget

    Durieux Pol committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    c1c0d62 View commit details
    Browse the repository at this point in the history
  3. Protocol name fix

    Durieux Pol committed Dec 6, 2023
    Configuration menu
    Copy the full SHA
    a598ed2 View commit details
    Browse the repository at this point in the history

Commits on Dec 8, 2023

  1. Enhance time budget tests

    guillep committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    00a56c1 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    36fd53c View commit details
    Browse the repository at this point in the history
  3. Inline temp

    guillep committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    2391e19 View commit details
    Browse the repository at this point in the history
  4. Remove progress bar, use generator as infinite stream and benefit fro…

    …m collection/stream compatibility
    guillep committed Dec 8, 2023
    Configuration menu
    Copy the full SHA
    eba30c3 View commit details
    Browse the repository at this point in the history