Skip to content

Conversation

camillobruni
Copy link
Contributor

@camillobruni camillobruni commented Oct 3, 2025

  • Ensure that the AsyncRAFTestInvoker actually passed out the measured results
  • Add MESSAGE_TYPE, MESSAGE_STATUS and BENCHMARK_SUITE_TYPE enums and avoid some magic constants
  • Use _sendMessage helpers in RemoteSuiteRunner and BenchmarkConnector
  • Freeze TEST_RUNNER_LOOKUP

Copy link

netlify bot commented Oct 3, 2025

Deploy Preview for webkit-speedometer-preview ready!

Name Link
🔨 Latest commit 9da34ea
🔍 Latest deploy log https://app.netlify.com/projects/webkit-speedometer-preview/deploys/68e3c533bc6226000852ccfc
😎 Deploy Preview https://deploy-preview-526--webkit-speedometer-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.

@camillobruni camillobruni marked this pull request as draft October 3, 2025 14:27
const rect = document.body.getBoundingClientRect();
const e = document.elementFromPoint((rect.width / 2) | 0, (rect.height / 2) | 0);
return e;
export function forceLayout(body, layoutMode = "getBoundingRectAndElementFromPoint") {
Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Apparently resources/todomvc/vanilla-examples/javascript-web-components/dist was not rebuilt despite changes to shared/*

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