Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
Run results for:
Luxon vs moment vs Date
Go to the benchmark
Embed
Embed Benchmark Result
Run details:
User agent:
Mozilla/5.0 (X11; Linux x86_64; rv:147.0) Gecko/20100101 Firefox/147.0
Browser:
Firefox 147
Operating system:
Linux
Device Platform:
Desktop
Date tested:
6 months ago
Date
12.6M/s
Luxon
433K/s
Moment
212K/s
View exact numbers
Test name
Executions per second
✓
Date
12,605,451 Ops/sec
Luxon
433,320 Ops/sec
Moment
211,598 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")
Date
new Date("2020-02-19T00:51:53.623839+00:00")