Skip to content

Add button and shortcut to download results JSON#103

Open
sunnyps wants to merge 1 commit intoWebKit:mainfrom
sunnyps:push-vyupswvntvpt
Open

Add button and shortcut to download results JSON#103
sunnyps wants to merge 1 commit intoWebKit:mainfrom
sunnyps:push-vyupswvntvpt

Conversation

@sunnyps
Copy link

@sunnyps sunnyps commented Mar 3, 2026

No description provided.

@netlify
Copy link

netlify bot commented Mar 3, 2026

Deploy Preview for webkit-motionmark-preview ready!

Name Link
🔨 Latest commit cdda051
🔍 Latest deploy log https://app.netlify.com/projects/webkit-motionmark-preview/deploys/69a76d486bf70d00079bc4cd
😎 Deploy Preview https://deploy-preview-103--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.

@sunnyps sunnyps force-pushed the push-vyupswvntvpt branch from 1d3f4fe to cdda051 Compare March 3, 2026 23:22
this.hideDebugInfo();
};

var downloadButton = Utilities.createElement("button", {}, container);
Copy link
Contributor

Choose a reason for hiding this comment

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

use const here and above.


downloadDebugInfo()
{
var output = {
Copy link
Contributor

Choose a reason for hiding this comment

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

let/const

@@ -158,6 +158,7 @@ <h1>MotionMark score</h1>
<button onclick="benchmarkController.restartBenchmark()">Test Again</button>
<p>
'j': Show JSON results<br/>
Copy link
Contributor

Choose a reason for hiding this comment

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

I think we should show small gray text that lists these shortcuts on the end screen.

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.

2 participants