Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/85.0.4183.83 Safari/537.36
Chrome 85
Linux
Desktop
4 years ago
Test name Executions per second
Moment 411172.8 Ops/sec
Native 877928.8 Ops/sec
HTML Preparation code:
AخA
 
1
<script src='https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.0/moment.min.js'></script>
Script Preparation code:
 
var today = new Date();
Tests:
  • Moment

     
    moment().add(1, 'd');
  • Native

     
    new Date(today.setDate(today.getDate() + 1));