Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
Luxon vs Native ISO date parsing
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (Linux; Android 10; K) AppleWebKit/537.36 (KHTML, like Gecko) SamsungBrowser/26.0 Chrome/122.0.0.0 Mobile Safari/537.36
Browser:
Chrome Mobile 122
Operating system:
Android
Device Platform:
Mobile
Date tested:
2 years ago
Native Date
1.2M/s
Luxon DateTime
147K/s
View exact numbers
Test name
Executions per second
✓
Native Date
1,208,804 Ops/sec
Luxon DateTime
146,604 Ops/sec
HTML Preparation code:
<script src="https://cdn.jsdelivr.net/npm/luxon@1.26.0/build/global/luxon.min.js"></script>
Script Preparation code:
window.testDate = "2024-04-09T15:16:44Z"
Tests:
Native Date
new Date(window.testDate)
Luxon DateTime
luxon.DateTime.fromISO(window.testDate).toJSDate()