Created
March 11, 2022 20:04
-
-
Save deepal/991d656ae400f88a8a24cf5c7dad550d to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
const start = Date.now() | |
doSomething() | |
const end = Date.now() | |
const durationMs = end - start; |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment