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

[PERF] Add hybrid globalization testing runs #89825

Merged
merged 35 commits into from
Sep 26, 2023

Commits on Aug 17, 2023

  1. Configuration menu
    Copy the full SHA
    b68920a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    19f1061 View commit details
    Browse the repository at this point in the history
  3. Fix Yaml errors.

    LoopedBard3 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    7d22f82 View commit details
    Browse the repository at this point in the history
  4. Add yaml schedule.

    LoopedBard3 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    05d4f90 View commit details
    Browse the repository at this point in the history
  5. Setup testing.

    LoopedBard3 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    05b6ee5 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    eb857cd View commit details
    Browse the repository at this point in the history
  7. Remove testing stuff.

    LoopedBard3 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    bc350da View commit details
    Browse the repository at this point in the history
  8. Try simplifying the number of files added and more properly pass the …

    …HybridGlobalization through, including setting it as an envvar and adding it to the RunConfigurations.
    LoopedBard3 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    575d6b3 View commit details
    Browse the repository at this point in the history
  9. Revert "Remove testing stuff."

    This reverts commit 7bc1ec5.
    LoopedBard3 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4961110 View commit details
    Browse the repository at this point in the history
  10. Fix yaml error.

    LoopedBard3 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    f57b69a View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    25f93aa View commit details
    Browse the repository at this point in the history
  12. Update condition.

    LoopedBard3 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    54cc7f5 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    5edad90 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    beddb10 View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    b37b5f0 View commit details
    Browse the repository at this point in the history
  16. Revert "Revert "Remove testing stuff.""

    This reverts commit f8ec39a.
    LoopedBard3 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b2f10d8 View commit details
    Browse the repository at this point in the history
  17. Configuration menu
    Copy the full SHA
    c07a9d7 View commit details
    Browse the repository at this point in the history
  18. Revert "Revert "Revert "Remove testing stuff."""

    This reverts commit f7a2c2c.
    LoopedBard3 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    8e9b5ab View commit details
    Browse the repository at this point in the history
  19. Switch to using hybridGlobalization inline rather than duplicating cl…

    …auses for hybridGlobalization true and false.
    LoopedBard3 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    65d1f18 View commit details
    Browse the repository at this point in the history
  20. Configuration menu
    Copy the full SHA
    0c0c9e2 View commit details
    Browse the repository at this point in the history
  21. Configuration menu
    Copy the full SHA
    f87ada8 View commit details
    Browse the repository at this point in the history
  22. Fix minor errors.

    LoopedBard3 committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    c64d7fa View commit details
    Browse the repository at this point in the history

Commits on Aug 22, 2023

  1. Fix spacing in NativeAOT Makefile and make performance-setup.sh match…

    … .ps1 version when hybridglobalization is set.
    LoopedBard3 committed Aug 22, 2023
    Configuration menu
    Copy the full SHA
    189353d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9f341df View commit details
    Browse the repository at this point in the history

Commits on Aug 23, 2023

  1. Configuration menu
    Copy the full SHA
    0806316 View commit details
    Browse the repository at this point in the history
  2. Update the Blazor and iOS test names to take into account hybridGloba…

    …lization and setting up a standard for scenario run configs going forward. By having the hybridglobaliztion in both the runconfig and the name when different from the default, the names will only update for non-default settings auto-updating PowerBI while the runconfigs will be available whenever necessary.
    LoopedBard3 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    211f437 View commit details
    Browse the repository at this point in the history
  3. Only add the hybridglobalization run config when it is true (explicit…

    …ly set) to ensure backward compitibility in PowerBI and PerfCommand.
    LoopedBard3 committed Aug 23, 2023
    Configuration menu
    Copy the full SHA
    9c50a5d View commit details
    Browse the repository at this point in the history

Commits on Aug 28, 2023

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

Commits on Sep 1, 2023

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

Commits on Sep 6, 2023

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

Commits on Sep 11, 2023

  1. Don't run Minimum blazor when running for hybridGlobalization since t…

    …hey don't have icu files.
    LoopedBard3 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    c0bcaee View commit details
    Browse the repository at this point in the history
  2. "Remove testing stuff."

    This reverts commit 8e9b5ab.
    LoopedBard3 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    0c0e3c8 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Setup the v8 profile to always be the one that is ran since the non-v…

    …8 profile has not been on the testing list before the new hybridglobalization addition.
    LoopedBard3 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    e989a2a View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Change per PR feedback.

    LoopedBard3 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    996367c View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2023

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