Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36
Chrome 124
Linux
Desktop
2 years ago
JavaScript Date Time format using Template Strings.
1.4M/s
JavaScript Date Time format
1.2M/s
Intl.DateTimeFormat()
6K/s
Date().toLocaleString()
6K/s
View exact numbers
| Test name |
Executions per second |
|
✓
JavaScript Date Time format using Template Strings.
|
1,394,546 Ops/sec |
|
JavaScript Date Time format
|
1,177,541 Ops/sec |
|
new Date()
|
536,263 Ops/sec |
|
Intl.DateTimeFormat()
|
5,975 Ops/sec |
|
Date().toLocaleString()
|
5,856 Ops/sec |
Tests:
-
new Date()
-
Intl.DateTimeFormat()
-
Date().toLocaleString()
-
JavaScript Date Time format
-
JavaScript Date Time format using Template Strings.