Run details:
Mozilla/5.0 (X11; Ubuntu; Linux x86_64; rv:124.0) Gecko/20100101 Firefox/124.0
Firefox 124
Ubuntu
Desktop
2 years ago
JavaScript Date Time format using Template Strings.
3.2M/s
JavaScript Date Time format
2.9M/s
Date().toLocaleString()
15K/s
Intl.DateTimeFormat()
15K/s
View exact numbers
| Test name |
Executions per second |
|
✓
JavaScript Date Time format using Template Strings.
|
3,244,308 Ops/sec |
|
JavaScript Date Time format
|
2,944,115 Ops/sec |
|
new Date()
|
2,036,772 Ops/sec |
|
Date().toLocaleString()
|
15,039 Ops/sec |
|
Intl.DateTimeFormat()
|
14,651 Ops/sec |
Tests:
-
new Date()
-
Intl.DateTimeFormat()
-
Date().toLocaleString()
-
JavaScript Date Time format
-
JavaScript Date Time format using Template Strings.