Xd

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
Branch
String.fromCodePoint(Math.random() < 0.5 ? 97 : 98)
ready
Branchless
String.fromCodePoint(98 - (Math.random() < 0.5));
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.