You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The time resolutions on Windows are pretty bad in our WASI runner (uvwasi). @ospencer tried to fix this in nodejs/uvwasi#182 but 2 subsequent calls to processCpuTime and threadCpuTime result in the same time on Windows.
As of #1585, we're using <= to compare times in the tests, but we should look on making the resolution better on Windows.
The text was updated successfully, but these errors were encountered:
The time resolutions on Windows are pretty bad in our WASI runner (uvwasi). @ospencer tried to fix this in nodejs/uvwasi#182 but 2 subsequent calls to
processCpuTime
andthreadCpuTime
result in the same time on Windows.As of #1585, we're using
<=
to compare times in the tests, but we should look on making the resolution better on Windows.The text was updated successfully, but these errors were encountered: