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/Speedometer
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: WebKit/Speedometer
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: release/3.1
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 13 commits
  • 47 files changed
  • 7 contributors

Commits on Jan 29, 2025

  1. Configuration menu
    Copy the full SHA
    e971009 View commit details
    Browse the repository at this point in the history
  2. Remove duplicated word. (#402) (#477)

    Co-authored-by: Zev Eisenberg <zev@zeveisenberg.com>
    julienw and ZevEisenberg authored Jan 29, 2025
    Configuration menu
    Copy the full SHA
    e49c1bf View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2025

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

Commits on Feb 13, 2025

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

Commits on Feb 18, 2025

  1. Configuration menu
    Copy the full SHA
    6f25345 View commit details
    Browse the repository at this point in the history
  2. Don't display invalid results (#406) (#479)

    This partially fixes #399 by not display non-finite scores which are caused by 0-measured suite results.
    
    - For non-positive or non-finite scores, the following summary page is displayed. Note that the detailed page is still accessible since you might find some useful information there.
    - Additionally, a console.error is generated for each zero-sum suite
    - Merge of original PR  #406
    camillobruni authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    ce03cfb View commit details
    Browse the repository at this point in the history
  3. Deconfuse Geomean Metric and geomean aggregate value (#408) (#480)

    The metric's "geomean" aggregate value can be easily confused with the top-level Geomean metric (issue #407).
    
    - Don't serialize "geomean" in the JSON data
    - Add descriptions to Score, Geomean, and Iteration metrics that are serialized in the JSON data
    - Make the detail view titles more descriptive
    - Merge of original PR #408
    camillobruni authored Feb 18, 2025
    Configuration menu
    Copy the full SHA
    aba1d5e View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2025

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

Commits on Mar 3, 2025

  1. Perf-Dashboard.Render sync phase sets location.hash, but the actual D…

    …OM (#488) (#496)
    
    modifications happen asynchronously in the onhashchange() callback.
    
    This results in nothing interesting being measured during the sync phase, and
    the resulting rendering update (during the async phase) not including the
    change.
    
    Change the test to manually and synchronously trigger the onhashchange()
    callback, and change the page content to detect and omit duplicate events.
    
    Co-authored-by: Matt Woodrow <m_woodrow@apple.com>
    rniwa and Matt Woodrow authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    b475f2d View commit details
    Browse the repository at this point in the history
  2. Use WakeLock (#491) (#498)

    * Add WakeLock wrapper class around the web-api to keep the screen unlocked during benchmark runs
    * Use WakeLock.aquire() and WakeLock.release() in the benchmark runner
    camillobruni authored Mar 3, 2025
    Configuration menu
    Copy the full SHA
    4afff3b View commit details
    Browse the repository at this point in the history

Commits on Mar 11, 2025

  1. Configuration menu
    Copy the full SHA
    2e3109f View commit details
    Browse the repository at this point in the history
  2. Release/3.1 - Use 8080 as default address for local test server (#500)

    * Use 8080 as default address for local test server
    
    * fix space
    camillobruni authored Mar 11, 2025
    Configuration menu
    Copy the full SHA
    1386415 View commit details
    Browse the repository at this point in the history
Loading