Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/122.0.0.0 Safari/537.36 Edg/122.0.0.0
Chrome 122
Windows
Desktop
2 years ago
JavaScript Date Time format using Template Strings.
3.9M/s
JavaScript Date Time format
3.9M/s
Date().toLocaleString()
21K/s
Intl.DateTimeFormat()
20K/s
View exact numbers
| Test name |
Executions per second |
|
✓
JavaScript Date Time format using Template Strings.
|
3,880,668 Ops/sec |
|
JavaScript Date Time format
|
3,871,587 Ops/sec |
|
new Date()
|
1,199,471 Ops/sec |
|
Date().toLocaleString()
|
20,974 Ops/sec |
|
Intl.DateTimeFormat()
|
19,791 Ops/sec |
Tests:
-
new Date()
-
Intl.DateTimeFormat()
-
Date().toLocaleString()
-
JavaScript Date Time format
-
JavaScript Date Time format using Template Strings.