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

Tasty distributed rts #768

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

Tasty distributed rts #768

wants to merge 5 commits into from

Commits on Aug 1, 2022

  1. Run RTS DDB test using Tasty

    plajjan committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    2d7c4a5 View commit details
    Browse the repository at this point in the history
  2. Fix worker threads test

    plajjan committed Aug 1, 2022
    Configuration menu
    Copy the full SHA
    87619af View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Use Tasty for RTS thread count test

    This removes test/Makefile since all tests have been moved to be run by
    Tasty! Yay!
    
    The thread count is a pretty good example for how the shell is pretty
    useful for this kind of tests. DSLs aren't that bad after all...
    plajjan committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    7395bea View commit details
    Browse the repository at this point in the history
  2. Slight delay

    plajjan committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    fbe3b66 View commit details
    Browse the repository at this point in the history
  3. Add debug output

    plajjan committed Aug 2, 2022
    Configuration menu
    Copy the full SHA
    d6e16dc View commit details
    Browse the repository at this point in the history