Toggle navigation
MeasureThat.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
Date.parse vs new Date (ISO format)
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (X11; Linux x86_64; rv:149.0) Gecko/20100101 Firefox/149.0
Browser:
Firefox 149
Operating system:
Linux
Device Platform:
Desktop
Date tested:
27 days ago
Test name
Executions per second
new Date
4590792.0 Ops/sec
Date.parse
7478580.0 Ops/sec
Tests:
new Date
new Date('2020-09-11T03:49:36+02:00');
Date.parse
Date.parse('2020-09-11T03:49:36+02:00');