Parse date

Benchmark created on


Test runner

Ready to run.

Testing in
TestOps/sec
Date.parse
Date.parse("1970-01-01T00:00:00.000Z")  // 0
Date.parse("1970-01-01T00:00:00+00:00") // 0
ready
new Date
new Date("1970-01-01T00:00:00.000Z")
new Date("1970-01-01T00:00:00+00:00")
ready

Revisions

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