Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
Luxon vs moment
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (iPhone; CPU iPhone OS 18_7 like Mac OS X) AppleWebKit/605.1.15 (KHTML, like Gecko) Version/26.6 Mobile/15E148 Safari/604.1
Browser:
Mobile Safari 26
Operating system:
iOS 18.7
Device Platform:
Mobile
Date tested:
2 days ago
Luxon
1.1M/s
Moment
404K/s
View exact numbers
Test name
Executions per second
✓
Luxon
1,058,848 Ops/sec
Moment
404,103 Ops/sec
HTML Preparation code:
<script src="https://cdn.jsdelivr.net/npm/luxon@3.0.3/build/global/luxon.min.js"></script> <script src='https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.29.3/moment.min.js'></script>
Tests:
Luxon
luxon.DateTime.fromISO("2020-02-19T00:51:53.623839+00:00");
Moment
moment("2020-02-19T00:51:53.623839+00:00")