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:
4 months ago
Date.parse
7.5M/s
new Date
4.6M/s
View exact numbers
Test name
Executions per second
✓
Date.parse
7,478,580 Ops/sec
new Date
4,590,792 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');