Skip to content

Conversation

@kmiller68
Copy link
Contributor

We've decided we're only going to keep one BigInt test for now. bigint-noble-ed25519 is the remaining BigInt test enabled by default as it appears to do the most interesting things with BigInts. The rest are now disabled by default. They will run if they're passed via a test list but are otherwise not enabled.

To make this work there's a new property on Benchmarks/plans that disables them by default.

@netlify
Copy link

netlify bot commented May 13, 2025

Deploy Preview for webkit-jetstream-preview ready!

Name Link
🔨 Latest commit ff88901
🔍 Latest deploy log https://app.netlify.com/sites/webkit-jetstream-preview/deploys/6823820fb832e600081e4058
😎 Deploy Preview https://deploy-preview-71--webkit-jetstream-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 site configuration.

@kmiller68 kmiller68 requested a review from camillobruni May 13, 2025 15:17
Copy link
Contributor

@camillobruni camillobruni left a comment

Choose a reason for hiding this comment

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

LGTM

if (!benchmark)
throw "Couldn't find test named \"" + testName + "\"";

if (!forceEnable && benchmark.disabledByDefault)
Copy link
Contributor

Choose a reason for hiding this comment

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

nit: would we ever not forceEnable workloads?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

We don't but I had the argument to be consistent. I'll remove.

@iainireland
Copy link
Contributor

LGTM also.

bigint-noble-ed25519 is the remaining BigInt test enabled by default as it
appears to do the most interesting things with BigInts. The rest are now
disabled by default. They will run if they're passed via a test list but are
otherwise not enabled.

To make this work there's a new property on `Benchmark`s/`plan`s that disables
them by default.
@kmiller68 kmiller68 force-pushed the disable-extra-bigint-tests branch from 49bbe51 to ff88901 Compare May 13, 2025 17:31
@kmiller68 kmiller68 merged commit 539ab94 into WebKit:main May 13, 2025
10 checks passed
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.

3 participants