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
Chrome 122
Windows
Desktop
2 years ago
JavaScript Date Time format using Template Strings.
1.7M/s
JavaScript Date Time format
1.5M/s
Date().toLocaleString()
8K/s
Intl.DateTimeFormat()
7K/s
View exact numbers
| Test name |
Executions per second |
|
✓
JavaScript Date Time format using Template Strings.
|
1,650,015 Ops/sec |
|
JavaScript Date Time format
|
1,541,306 Ops/sec |
|
new Date()
|
614,156 Ops/sec |
|
Date().toLocaleString()
|
7,590 Ops/sec |
|
Intl.DateTimeFormat()
|
6,904 Ops/sec |
Tests:
-
new Date()
-
Intl.DateTimeFormat()
-
Date().toLocaleString()
-
JavaScript Date Time format
-
JavaScript Date Time format using Template Strings.