You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Merge pull request #71 from kmiller68/disable-extra-bigint-tests
Disable all BigInt tests except bigint-noble-ed25519 by default
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.
0 commit comments