Run details:
Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/104.0.0.0 Safari/537.36
Chrome 104
Linux
Desktop
2 years ago
Test name Executions per second
Moment 58678.2 Ops/sec
Native 703315.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>
Tests:
  • Moment

     
    moment.utc('2022-09-01T17:15:19.990Z').add(1, 'd');
  • Native

     
    new Date(new Date('2022-09-01T17:15:19.990Z').getDate() + 1).toISOString();