Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: WebKit/MotionMark
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: WebKit/MotionMark
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: motionmark-release-1.3
Choose a head ref
  • 3 commits
  • 4 files changed
  • 1 contributor

Commits on Jan 9, 2024

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

Commits on Jan 10, 2024

  1. Fixed complexity runs throw an error

    The `Controller` base class was trying to call `_previousFrameComplexity()` which
    was only implemented on the `RampController` subclass.
    
    Since the `Controller` base class allocates the `Samples` object and records samples,
    we know that all subclasses use the same sample format, so we can move the helper
    functions that access sample data into the `Controller` class.
    smfr committed Jan 10, 2024
    Configuration menu
    Copy the full SHA
    c8771a9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5d9c881 View commit details
    Browse the repository at this point in the history
Loading