toLocaleString With And Without Localization Specified

Benchmark created on


Setup

let date = new Date();

Test runner

Ready to run.

Testing in
TestOps/sec
Without Localization Specified
date.toLocaleString();
ready
With Localization Specified
date.toLocaleString("en-US");
ready

Revisions

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