eclipse-thingweb / playground

Browser or Node.js based tool for validating and playing with W3C Thing Descriptions
https://playground.thingweb.io/
Other
28 stars 22 forks source link

process.hrtime should be removed from core #411

Closed egekorkan closed 1 year ago

egekorkan commented 1 year ago

JUnit PR at #398 has introduce the process.hrtime in the core but this actually breaks the web package. It should be removed or replaced with something else.

If the precision of the hrtime is needed, it should be moved to the cli package. A more complicated alternative would be to pass this as a parameter to core (like with log function)

egekorkan commented 1 year ago

Closing since done in #412 @edbingo for next PRs, make sure to add a comment in the PR such as "closes #412" . This will link the issue to the PR and automatically close it