Toggle navigation
MeasureThat
.net
Create a benchmark
Tools
Feedback
FAQ
Register
Log In
this is a test
(version: 1)
Comparing performance of:
luxon vs js native
Created:
one year ago
by:
Guest
Go to the latest result
HTML Preparation code:
<script src="https://cdn.jsdelivr.net/npm/luxon@1.26.0/build/global/luxon.min.js"></script>
Script Preparation code:
const TIME_ZONE = "America/New_York"; const ms = 1789465498465;
Tests:
luxon
const minuteStart = luxon.DateTime.fromMillis(ms, { zone: TIME_ZONE }).toSQL({ includeOffset: false });
js native
const minuteStart = (new Date(ms)).toISOString();
Rendered benchmark preparation results:
Suite status:
<idle, ready to run>
Run tests (2)
Previous results
Fork
Test case name
Result
luxon
js native
Fastest:
N/A
Slowest:
N/A
Latest run results:
Run details:
(Test run date:
one year ago
)
User agent:
Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/132.0.0.0 Safari/537.36 Edg/132.0.0.0
Browser/OS:
Chrome 132 on Windows
View result in a separate tab
Embed
Embed Benchmark Result
js native
1.7M/s
luxon
176K/s
View exact numbers
Test name
Executions per second
✓
js native
1,681,086 Ops/sec
luxon
176,086 Ops/sec
Related benchmarks
luxon vs Date
date parsing test
luxon parse datetime vs time interval
luxon 3.3.0 vs datefns
luxon vs moment (UTC)
Comments
Confirm delete:
Do you really want to delete benchmark?