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
It seems the timers we're using through the Go standard library are not high enough resolution for some the operations that we keep track of. This results in metrics being returned from OPA or emitted in the decision logs that are set to zero. Perhaps there's an alternative timer API we should be calling for Windows systems.
Example from iterating over 10, 100, 1000 element array:
MacOS and Windows seem to have situations where the timer resolution can be coarser or finer than anticipated, especially when power management is involved.
It seems the timers we're using through the Go standard library are not high enough resolution for some the operations that we keep track of. This results in metrics being returned from OPA or emitted in the decision logs that are set to zero. Perhaps there's an alternative timer API we should be calling for Windows systems.
Example from iterating over 10, 100, 1000 element array:
The text was updated successfully, but these errors were encountered: