Run details:
Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Mobile Safari/537.36
Chrome Mobile 132
Android
Mobile
2 months ago
Test name Executions per second
Date.now() 2280113.8 Ops/sec
new Date().getTime(); 2059839.4 Ops/sec
Script Preparation code:
AخA
 
var timestamp = null;
Tests:
  • Date.now()

     
    timestamp = Date.now();
  • new Date().getTime();

     
    timestamp = new Date().getTime();