| Test name | Executions per second |
|---|---|
| ✓ Raw math (from minutes) | 101,910,776 Ops/sec |
| Raw math (from milliseconds) | 101,206,976 Ops/sec |
| Javascript date time object (already created) | 10,298,646 Ops/sec |
| Luxon (from existing DateTimes) | 9,759,164 Ops/sec |
| Javascript date time object (string parsing) | 3,287,836 Ops/sec |
| Luxon (from string) | 218,360 Ops/sec |