Skip to content

DOM benchmark is using Main Thread animations #69

Open
@bramus

Description

@bramus

Because of the way the DOM benchmark is written – by constantly updating the style value in a rAF – these updates are performed on the main thread and are constantly recalculating styles.

Consider running the animations via WAAPI Animations or CSS Animations instead, so that the browser can try and run these on the compositor.

I have done so here and can PR these changes:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions