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

Refactor MotionMark code #59

Open
shallawa opened this issue Jun 18, 2024 · 0 comments
Open

Refactor MotionMark code #59

shallawa opened this issue Jun 18, 2024 · 0 comments

Comments

@shallawa
Copy link
Contributor

The benchmark workflow and the score calculation are very tightly coupled. We need to make the calculation of the score separate such that experimenting and hacking it is easier.

The regression calculation has some bugs. We need to fix these bugs and we need to follow the algorithm of the two segments regression since its correctness is proved.

The variance of the samples is filtered in many ways but still the end result is not very satisfying for all the browsers. We need to remove the cause of the variance rather than filtering unwanted samples.

shallawa added a commit that referenced this issue Jun 18, 2024
#59

Decouple the benchmark workflow from the score calculation.
Fix some bugs in the two segments regression algorithm.
shallawa added a commit to shallawa/MotionMark that referenced this issue Jun 18, 2024
WebKit#59

Decouple the benchmark workflow from the score calculation.
Fix some bugs in the two segments regression algorithm.
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

No branches or pull requests

1 participant