Run details:
Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/119.0.0.0 Mobile Safari/537.36
Chrome Mobile 119
Android
Mobile
one year ago
Test name Executions per second
Date.now() 1901697.0 Ops/sec
new Date().getTime(); 1079563.5 Ops/sec
Script Preparation code:
AخA
 
var timestamp = null;
Tests:
  • Date.now()

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

     
    timestamp = new Date().getTime();