Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/120.0.0.0 Safari/537.36
Chrome 120
Windows
Desktop
2 years ago
JavaScript Date Time format
2.0M/s
JavaScript Date Time format using Template Strings.
2.0M/s
Date().toLocaleString()
10K/s
Intl.DateTimeFormat()
10K/s
View exact numbers
| Test name |
Executions per second |
|
✓
JavaScript Date Time format
|
2,034,929 Ops/sec |
|
JavaScript Date Time format using Template Strings.
|
2,031,650 Ops/sec |
|
new Date()
|
603,967 Ops/sec |
|
Date().toLocaleString()
|
10,153 Ops/sec |
|
Intl.DateTimeFormat()
|
9,842 Ops/sec |
Tests:
-
new Date()
-
Intl.DateTimeFormat()
-
Date().toLocaleString()
-
JavaScript Date Time format
-
JavaScript Date Time format using Template Strings.