Measuring speed

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
Date.parse
const date = new Date("543451442")
isNaN(Date.parse(date));
ready
no Date.parse
const date = new Date("543451442")
isNaN(date);
ready

Revisions

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