Fwiw `Date.now()` only changes on I/O, so if theres something behind using heavy CPU doing a Date.no
Fwiw
Date.now() only changes on I/O, so if theres something behind using heavy CPU doing a Date.now() -> fetch -> Date.now() would not only track the fetch time.



