HTML Preparation code:
AخA
 
1
<script src="https://cdn.jsdelivr.net/npm/luxon@3.0.3/build/global/luxon.min.js"></script>
2
<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")
Rendered benchmark preparation results:

Suite status: <idle, ready to run>

Previous results

Experimental features:

  • Test case name Result
    Luxon
    Moment

    Fastest: N/A

    Slowest: N/A

Latest run results:
Run details: (Test run date: one month ago)
Mozilla/5.0 (Macintosh; Intel Mac OS X 10_15_7) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/131.0.0.0 Safari/537.36
Chrome 131 on Mac OS X 10.15.7
View result in a separate tab
Test name Executions per second
Luxon 610169.8 Ops/sec
Moment 253478.4 Ops/sec