Run details:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/121.0.0.0 Safari/537.36
Chrome 121
Windows
Desktop
2 years ago
JavaScript Date Time format using Template Strings.
2.5M/s
JavaScript Date Time format
2.5M/s
Date().toLocaleString()
22K/s
Intl.DateTimeFormat()
20K/s
View exact numbers
| Test name |
Executions per second |
|
✓
JavaScript Date Time format using Template Strings.
|
2,546,730 Ops/sec |
|
JavaScript Date Time format
|
2,531,757 Ops/sec |
|
new Date()
|
990,883 Ops/sec |
|
Date().toLocaleString()
|
22,297 Ops/sec |
|
Intl.DateTimeFormat()
|
20,089 Ops/sec |
Tests:
-
new Date()
-
Intl.DateTimeFormat()
-
Date().toLocaleString()
-
JavaScript Date Time format
-
JavaScript Date Time format using Template Strings.