oakmac / standard-clojure-style-js

Standard Clojure Style in JavaScript
ISC License
33 stars 1 forks source link

CLI: use process.uptime() ? #78

Closed oakmac closed 1 month ago

oakmac commented 1 month ago

For the CLI tooling that reports how long the script ran, should we use process.uptime() instead of the current approach?

oakmac commented 1 month ago

I think the current approach using performance.now() is sufficient.