Date.now() vs new Date(); vs performance.now()Fastest: Date.now() (1.7x faster)
5,607,256 ops/sec
4,878,736 ops/sec
3,290,526 ops/sec
Results show median performance across all community submissions. Run this benchmark yourself to verify on your device.
| Test case name | Result |
|---|---|
| Date.now() | |
| new Date(); | |
| performance.now() |
| Test name | Executions per second |
|---|---|
| ✓ Date.now() | 28,529,338 Ops/sec |
| new Date(); | 24,682,098 Ops/sec |
| performance.now() | 11,619,598 Ops/sec |