Test name | Executions per second |
---|---|
Moment | 448980.3 Ops/sec |
Native | 792648.2 Ops/sec |
<script src='https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.22.0/moment.min.js'></script>
var today = new Date();
moment().add(1, 'd');
new Date(today.setDate(today.getDate() + 1));