empty string

Benchmark created on


Setup

const emptyString = ``;

Test runner

Ready to run.

Testing in
TestOps/sec
string ===
return emptyString === ``;
ready
string.length
return emptyString.length === 0;
ready

Revisions

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