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

[Dynamic Selection] Parallel tests for Dynamic Selection #1623

Open
wants to merge 14 commits into
base: main
Choose a base branch
from

Commits on Jun 12, 2024

  1. Configuration menu
    Copy the full SHA
    44d2b08 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b844970 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6b02df8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c0f4fc View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2024

  1. Configuration menu
    Copy the full SHA
    47af6b7 View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2024

  1. Configuration menu
    Copy the full SHA
    441e311 View commit details
    Browse the repository at this point in the history

Commits on Jun 24, 2024

  1. Configuration menu
    Copy the full SHA
    2bf82df View commit details
    Browse the repository at this point in the history

Commits on Jul 1, 2024

  1. Configuration menu
    Copy the full SHA
    0119498 View commit details
    Browse the repository at this point in the history

Commits on Jul 2, 2024

  1. Configuration menu
    Copy the full SHA
    b15fa11 View commit details
    Browse the repository at this point in the history
  2. removed cout

    AnuyaWelling2801 committed Jul 2, 2024
    Configuration menu
    Copy the full SHA
    a218f19 View commit details
    Browse the repository at this point in the history

Commits on Jul 8, 2024

  1. Configuration menu
    Copy the full SHA
    1e98656 View commit details
    Browse the repository at this point in the history

Commits on Jul 9, 2024

  1. Some parallel tests improvements (#1681)

    * Replace threads.push_back(std::thread(thread_func)); to threads.emplace_back(thread_func);
    
    Signed-off-by: Sergey Kopienko <[email protected]>
    
    * Fix includes order
    
    Signed-off-by: Sergey Kopienko <[email protected]>
    
    ---------
    
    Signed-off-by: Sergey Kopienko <[email protected]>
    SergeyKopienko authored Jul 9, 2024
    Configuration menu
    Copy the full SHA
    aae268a View commit details
    Browse the repository at this point in the history

Commits on Jul 15, 2024

  1. Configuration menu
    Copy the full SHA
    4a3e11c View commit details
    Browse the repository at this point in the history
  2. Added barriers

    AnuyaWelling2801 committed Jul 15, 2024
    Configuration menu
    Copy the full SHA
    67c82d6 View commit details
    Browse the repository at this point in the history