Run details:
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/90.0.4430.212 Safari/537.36
Chrome 90
Mac OS X 10.15.7
Desktop
3 years ago
Test name Executions per second
Date.parse(); 1868091.9 Ops/sec
new Date().getTime() 1671064.9 Ops/sec
HTML Preparation code:
AخA
 
1
<script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.17.1/moment.js"></script>
Tests:
  • Date.parse();

     
    return Date.parse("2016-12-24 09:00:00");
  • new Date().getTime()

     
    return new Date("2016-12-24 09:00:00").getTime();