Moment.js Parse ISO Date

Benchmark created on


Preparation HTML

<script src="https://raw.github.com/timrwood/moment/1.2.0/moment.min.js"></script>

Test runner

Ready to run.

Testing in
TestOps/sec
1000 iterations
for (var i = 0, len = 1000; i < len; i++) { moment('2011-09-23T20:40:55.' + i + '+0000').toString(); };
ready
1000 iterations
for (var i = 0, len = 1000; i < len; i++) { moment('2011-09-23T20:40:55.' + i + '+0000').toString(); };
ready

Revisions

You can edit these tests or add more tests to this page by appending /edit to the URL.