Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10.15; rv:126.0) Gecko/20100101 Firefox/126.0
Firefox 126
Mac OS X 10.15
Desktop
2 years ago
JavaScript Date Time format using Template Strings.
2.4M/s
JavaScript Date Time format
2.1M/s
Date().toLocaleString()
11K/s
Intl.DateTimeFormat()
11K/s
View exact numbers
| Test name |
Executions per second |
|
✓
JavaScript Date Time format using Template Strings.
|
2,363,909 Ops/sec |
|
JavaScript Date Time format
|
2,077,285 Ops/sec |
|
new Date()
|
1,181,403 Ops/sec |
|
Date().toLocaleString()
|
11,323 Ops/sec |
|
Intl.DateTimeFormat()
|
10,958 Ops/sec |
Tests:
-
new Date()
-
Intl.DateTimeFormat()
-
Date().toLocaleString()
-
JavaScript Date Time format
-
JavaScript Date Time format using Template Strings.