Skip to content

Windowed score functions #89

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

vmiura
Copy link
Contributor

@vmiura vmiura commented Aug 4, 2025

Experimental windowed score functions.

This adds "Windowed" and "Windowed Strict" score modes, that can be selected from the Developer page.

Windowed = the best score over a 10% window of samples, reaching 90% or more of the target framerate.
Windowed Strict = the best score over a 10% window of samples, searching from lowest-to-highest complexity, that never drops below 90% of the target framerate.

A comparison of ramp scores:

Slope
image

Windowed
image

Windowed Strict
image

Overall Windowed Strict looks the most promising as far as giving stable, and explainable results.

Copy link

netlify bot commented Aug 4, 2025

Deploy Preview for webkit-motionmark-preview ready!

Name Link
🔨 Latest commit f67c538
🔍 Latest deploy log https://app.netlify.com/projects/webkit-motionmark-preview/deploys/6890e7a2b9c9a40008c7e382
😎 Deploy Preview https://deploy-preview-89--webkit-motionmark-preview.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

@vmiura vmiura force-pushed the windowed_score_functions branch from f798b4e to f67c538 Compare August 4, 2025 17:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant