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

Tweaks to performance testing framework. #1200

Merged
merged 23 commits into from
Sep 25, 2023

Commits on Aug 31, 2023

  1. Configuration menu
    Copy the full SHA
    bbd61c0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7614bb3 View commit details
    Browse the repository at this point in the history
  3. Unfreeze updates when test ends, so we can see something

    When PIE ends, it seems to clear all tiles. Before we froze the state of what the test loaded, which was useful. But it's not all that useful to just see nothing when the test ends. Let it stream it all back in.
    
    Also, move play session param to context so it can be configured if needed
    csciguy8 committed Aug 31, 2023
    Configuration menu
    Copy the full SHA
    4dd0060 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2023

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

Commits on Sep 5, 2023

  1. Add missing control path

    csciguy8 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    b642e17 View commit details
    Browse the repository at this point in the history
  2. Rework tick logic to use latent commands

    Melbourne 'after' test is temporarily commented out
    csciguy8 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    291ac14 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2fff0b4 View commit details
    Browse the repository at this point in the history
  4. Remove extraneous include

    csciguy8 committed Sep 5, 2023
    Configuration menu
    Copy the full SHA
    9942bab View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7562b49 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2023

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

Commits on Sep 11, 2023

  1. Configuration menu
    Copy the full SHA
    d92e84f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    61feff1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a6a353b View commit details
    Browse the repository at this point in the history
  4. Move clear db cache step to initial test setup

    Seems to yield more consistent test times
    csciguy8 committed Sep 11, 2023
    Configuration menu
    Copy the full SHA
    b1f22d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2023

  1. Fix formatting

    csciguy8 committed Sep 12, 2023
    Configuration menu
    Copy the full SHA
    7a8b725 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2023

  1. Configuration menu
    Copy the full SHA
    e73fee9 View commit details
    Browse the repository at this point in the history
  2. Add wait before exiting play mode

    Helps see cases where work is still being done passed the end mark (which might be a bug)
    csciguy8 committed Sep 18, 2023
    Configuration menu
    Copy the full SHA
    fb130b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2023

  1. Configuration menu
    Copy the full SHA
    4366558 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c93ae0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a3fd233 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2023

  1. Disable world bounds checks for test world

    This silences our ACesium3DTileset warning about this during tests.
    csciguy8 committed Sep 21, 2023
    Configuration menu
    Copy the full SHA
    748e19a View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2023

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